#[repr(transparent)]pub struct MacroButtonStatus(pub bool);Available on crate feature
interface only.Expand description
Status of a macro button.
Tuple Fields§
§0: boolTrait Implementations§
Source§impl Deref for MacroButtonStatus
impl Deref for MacroButtonStatus
Auto Trait Implementations§
impl Freeze for MacroButtonStatus
impl RefUnwindSafe for MacroButtonStatus
impl Send for MacroButtonStatus
impl Sync for MacroButtonStatus
impl Unpin for MacroButtonStatus
impl UnwindSafe for MacroButtonStatus
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