Struct windows_sys::UI::Input::Preview::Injection::InjectedInputPointerOptions
[−]#[repr(transparent)]pub struct InjectedInputPointerOptions(pub u32);
Expand description
Required features: "UI_Input_Preview_Injection"
Tuple Fields
0: u32
Implementations
impl InjectedInputPointerOptions
impl InjectedInputPointerOptions
pub const None: Self = Self(0u32)
pub const New: Self = Self(1u32)
pub const InRange: Self = Self(2u32)
pub const InContact: Self = Self(4u32)
pub const FirstButton: Self = Self(16u32)
pub const SecondButton: Self = Self(32u32)
pub const Primary: Self = Self(8192u32)
pub const Confidence: Self = Self(16384u32)
pub const Canceled: Self = Self(32768u32)
pub const PointerDown: Self = Self(65536u32)
pub const Update: Self = Self(131072u32)
pub const PointerUp: Self = Self(262144u32)
pub const CaptureChanged: Self = Self(2097152u32)
Trait Implementations
impl Clone for InjectedInputPointerOptions
impl Clone for InjectedInputPointerOptions
impl Copy for InjectedInputPointerOptions
Auto Trait Implementations
impl RefUnwindSafe for InjectedInputPointerOptions
impl Send for InjectedInputPointerOptions
impl Sync for InjectedInputPointerOptions
impl Unpin for InjectedInputPointerOptions
impl UnwindSafe for InjectedInputPointerOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more