Struct nvim_gtk::shell::TransparencySettigns
source · [−]Fields
background_alpha: f64filled_alpha: f64enabled: boolImplementations
sourceimpl TransparencySettigns
impl TransparencySettigns
pub fn new() -> Self
fn filled_alpha(&self) -> Option<f64>
fn background_alpha(&self) -> Option<f64>
Auto Trait Implementations
impl RefUnwindSafe for TransparencySettigns
impl Send for TransparencySettigns
impl Sync for TransparencySettigns
impl Unpin for TransparencySettigns
impl UnwindSafe for TransparencySettigns
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more