pub struct TransparencySettigns {
background_alpha: f64,
filled_alpha: f64,
enabled: bool,
}
Fields§
§background_alpha: f64
§filled_alpha: f64
§enabled: bool
Implementations§
Source§impl TransparencySettigns
impl TransparencySettigns
pub fn new() -> Self
fn filled_alpha(&self) -> Option<f64>
fn background_alpha(&self) -> Option<f64>
Auto Trait Implementations§
impl Freeze for TransparencySettigns
impl RefUnwindSafe for TransparencySettigns
impl Send for TransparencySettigns
impl Sync for TransparencySettigns
impl Unpin for TransparencySettigns
impl UnwindSafe for TransparencySettigns
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more