Struct InjectedInputKeyOptions
#[repr(transparent)]pub struct InjectedInputKeyOptions(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl InjectedInputKeyOptions
impl InjectedInputKeyOptions
pub const None: Self = _
pub const ExtendedKey: Self = _
pub const KeyUp: Self = _
pub const ScanCode: Self = _
pub const Unicode: Self = _
Trait Implementations§
§impl BitAnd for InjectedInputKeyOptions
impl BitAnd for InjectedInputKeyOptions
§impl BitAndAssign for InjectedInputKeyOptions
impl BitAndAssign for InjectedInputKeyOptions
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for InjectedInputKeyOptions
impl BitOr for InjectedInputKeyOptions
§impl BitOrAssign for InjectedInputKeyOptions
impl BitOrAssign for InjectedInputKeyOptions
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for InjectedInputKeyOptions
impl Clone for InjectedInputKeyOptions
§fn clone(&self) -> InjectedInputKeyOptions
fn clone(&self) -> InjectedInputKeyOptions
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 InjectedInputKeyOptions
impl Debug for InjectedInputKeyOptions
§impl Default for InjectedInputKeyOptions
impl Default for InjectedInputKeyOptions
§fn default() -> InjectedInputKeyOptions
fn default() -> InjectedInputKeyOptions
Returns the “default value” for a type. Read more
§impl Not for InjectedInputKeyOptions
impl Not for InjectedInputKeyOptions
§impl PartialEq for InjectedInputKeyOptions
impl PartialEq for InjectedInputKeyOptions
impl Copy for InjectedInputKeyOptions
impl Eq for InjectedInputKeyOptions
impl StructuralPartialEq for InjectedInputKeyOptions
Auto Trait Implementations§
impl Freeze for InjectedInputKeyOptions
impl RefUnwindSafe for InjectedInputKeyOptions
impl Send for InjectedInputKeyOptions
impl Sync for InjectedInputKeyOptions
impl Unpin for InjectedInputKeyOptions
impl UnwindSafe for InjectedInputKeyOptions
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