#[repr(transparent)]pub struct InjectedInputPointerOptions(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl InjectedInputPointerOptions
impl InjectedInputPointerOptions
pub const None: Self = _
pub const New: Self = _
pub const InRange: Self = _
pub const InContact: Self = _
pub const FirstButton: Self = _
pub const SecondButton: Self = _
pub const Primary: Self = _
pub const Confidence: Self = _
pub const Canceled: Self = _
pub const PointerDown: Self = _
pub const Update: Self = _
pub const PointerUp: Self = _
pub const CaptureChanged: Self = _
Trait Implementations§
§impl BitAnd for InjectedInputPointerOptions
impl BitAnd for InjectedInputPointerOptions
§impl BitAndAssign for InjectedInputPointerOptions
impl BitAndAssign for InjectedInputPointerOptions
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for InjectedInputPointerOptions
impl BitOr for InjectedInputPointerOptions
§impl BitOrAssign for InjectedInputPointerOptions
impl BitOrAssign for InjectedInputPointerOptions
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for InjectedInputPointerOptions
impl Clone for InjectedInputPointerOptions
§fn clone(&self) -> InjectedInputPointerOptions
fn clone(&self) -> InjectedInputPointerOptions
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 InjectedInputPointerOptions
impl Debug for InjectedInputPointerOptions
§impl Default for InjectedInputPointerOptions
impl Default for InjectedInputPointerOptions
§fn default() -> InjectedInputPointerOptions
fn default() -> InjectedInputPointerOptions
Returns the “default value” for a type. Read more
§impl Not for InjectedInputPointerOptions
impl Not for InjectedInputPointerOptions
§impl PartialEq for InjectedInputPointerOptions
impl PartialEq for InjectedInputPointerOptions
§fn eq(&self, other: &InjectedInputPointerOptions) -> bool
fn eq(&self, other: &InjectedInputPointerOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for InjectedInputPointerOptions
impl Eq for InjectedInputPointerOptions
impl StructuralPartialEq for InjectedInputPointerOptions
Auto Trait Implementations§
impl Freeze for InjectedInputPointerOptions
impl RefUnwindSafe for InjectedInputPointerOptions
impl Send for InjectedInputPointerOptions
impl Sync for InjectedInputPointerOptions
impl Unpin for InjectedInputPointerOptions
impl UnwindSafe for InjectedInputPointerOptions
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)