Struct windows_sys::UI::Input::PointerUpdateKind
[−]#[repr(transparent)]pub struct PointerUpdateKind(pub i32);
Expand description
Required features: ‘UI_Input’
Tuple Fields
0: i32
Implementations
impl PointerUpdateKind
impl PointerUpdateKind
pub const Other: Self
pub const LeftButtonPressed: Self
pub const LeftButtonReleased: Self
pub const RightButtonPressed: Self
pub const RightButtonReleased: Self
pub const MiddleButtonPressed: Self
pub const MiddleButtonReleased: Self
pub const XButton1Pressed: Self
pub const XButton1Released: Self
pub const XButton2Pressed: Self
pub const XButton2Released: Self
Trait Implementations
impl Clone for PointerUpdateKind
impl Clone for PointerUpdateKind
impl Copy for PointerUpdateKind
Auto Trait Implementations
impl RefUnwindSafe for PointerUpdateKind
impl Send for PointerUpdateKind
impl Sync for PointerUpdateKind
impl Unpin for PointerUpdateKind
impl UnwindSafe for PointerUpdateKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more