#[repr(transparent)]pub struct InjectedInputMouseOptions(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl InjectedInputMouseOptions
impl InjectedInputMouseOptions
pub const None: Self = _
pub const Move: Self = _
pub const LeftDown: Self = _
pub const LeftUp: Self = _
pub const RightDown: Self = _
pub const RightUp: Self = _
pub const MiddleDown: Self = _
pub const MiddleUp: Self = _
pub const XDown: Self = _
pub const XUp: Self = _
pub const Wheel: Self = _
pub const HWheel: Self = _
pub const MoveNoCoalesce: Self = _
pub const VirtualDesk: Self = _
pub const Absolute: Self = _
Trait Implementations§
§impl BitAnd for InjectedInputMouseOptions
impl BitAnd for InjectedInputMouseOptions
§impl BitAndAssign for InjectedInputMouseOptions
impl BitAndAssign for InjectedInputMouseOptions
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for InjectedInputMouseOptions
impl BitOr for InjectedInputMouseOptions
§impl BitOrAssign for InjectedInputMouseOptions
impl BitOrAssign for InjectedInputMouseOptions
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for InjectedInputMouseOptions
impl Clone for InjectedInputMouseOptions
§fn clone(&self) -> InjectedInputMouseOptions
fn clone(&self) -> InjectedInputMouseOptions
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 InjectedInputMouseOptions
impl Debug for InjectedInputMouseOptions
§impl Default for InjectedInputMouseOptions
impl Default for InjectedInputMouseOptions
§fn default() -> InjectedInputMouseOptions
fn default() -> InjectedInputMouseOptions
Returns the “default value” for a type. Read more
§impl Not for InjectedInputMouseOptions
impl Not for InjectedInputMouseOptions
§impl PartialEq for InjectedInputMouseOptions
impl PartialEq for InjectedInputMouseOptions
§fn eq(&self, other: &InjectedInputMouseOptions) -> bool
fn eq(&self, other: &InjectedInputMouseOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for InjectedInputMouseOptions
impl Eq for InjectedInputMouseOptions
impl StructuralPartialEq for InjectedInputMouseOptions
Auto Trait Implementations§
impl Freeze for InjectedInputMouseOptions
impl RefUnwindSafe for InjectedInputMouseOptions
impl Send for InjectedInputMouseOptions
impl Sync for InjectedInputMouseOptions
impl Unpin for InjectedInputMouseOptions
impl UnwindSafe for InjectedInputMouseOptions
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
)