Struct InjectedInputButtonChangeKind
#[repr(transparent)]pub struct InjectedInputButtonChangeKind(pub i32);Tuple Fields§
§0: i32Implementations§
§impl InjectedInputButtonChangeKind
impl InjectedInputButtonChangeKind
pub const None: Self
pub const FirstButtonDown: Self
pub const FirstButtonUp: Self
pub const SecondButtonDown: Self
pub const SecondButtonUp: Self
pub const ThirdButtonDown: Self
pub const ThirdButtonUp: Self
pub const FourthButtonDown: Self
pub const FourthButtonUp: Self
pub const FifthButtonDown: Self
pub const FifthButtonUp: Self
Trait Implementations§
§impl Clone for InjectedInputButtonChangeKind
impl Clone for InjectedInputButtonChangeKind
§fn clone(&self) -> InjectedInputButtonChangeKind
fn clone(&self) -> InjectedInputButtonChangeKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for InjectedInputButtonChangeKind
impl Debug for InjectedInputButtonChangeKind
§impl Default for InjectedInputButtonChangeKind
impl Default for InjectedInputButtonChangeKind
§fn default() -> InjectedInputButtonChangeKind
fn default() -> InjectedInputButtonChangeKind
Returns the “default value” for a type. Read more
§impl PartialEq for InjectedInputButtonChangeKind
impl PartialEq for InjectedInputButtonChangeKind
impl Copy for InjectedInputButtonChangeKind
impl Eq for InjectedInputButtonChangeKind
impl StructuralPartialEq for InjectedInputButtonChangeKind
Auto Trait Implementations§
impl Freeze for InjectedInputButtonChangeKind
impl RefUnwindSafe for InjectedInputButtonChangeKind
impl Send for InjectedInputButtonChangeKind
impl Sync for InjectedInputButtonChangeKind
impl Unpin for InjectedInputButtonChangeKind
impl UnwindSafe for InjectedInputButtonChangeKind
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