pub struct SetBackgroundOpacityAction;Implementations§
Source§impl SetBackgroundOpacityAction
impl SetBackgroundOpacityAction
pub fn new(opacity: f32) -> ActionCommand
Auto Trait Implementations§
impl Freeze for SetBackgroundOpacityAction
impl RefUnwindSafe for SetBackgroundOpacityAction
impl Send for SetBackgroundOpacityAction
impl Sync for SetBackgroundOpacityAction
impl Unpin for SetBackgroundOpacityAction
impl UnwindSafe for SetBackgroundOpacityAction
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