pub struct Buttons {
pub primary: bool,
pub secondary: bool,
pub auxiliary: bool,
}Fields§
§primary: boolBTN Primary (or tap).
secondary: boolBTN Secondary (or top right corner tap).
auxiliary: boolBTN Auxiliary.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Buttons
impl RefUnwindSafe for Buttons
impl Send for Buttons
impl Sync for Buttons
impl Unpin for Buttons
impl UnsafeUnpin for Buttons
impl UnwindSafe for Buttons
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