Struct InjectedInputButtonChangeKind
#[repr(transparent)]pub struct InjectedInputButtonChangeKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
§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 copy 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