Struct windows_sys::UI::Input::Inking::InkInputRightDragAction
[−]#[repr(transparent)]pub struct InkInputRightDragAction(pub i32);
Expand description
Required features: ‘UI_Input_Inking’
Tuple Fields
0: i32
Implementations
impl InkInputRightDragAction
impl InkInputRightDragAction
pub const LeaveUnprocessed: Self
pub const AllowProcessing: Self
Trait Implementations
impl Clone for InkInputRightDragAction
impl Clone for InkInputRightDragAction
impl Copy for InkInputRightDragAction
Auto Trait Implementations
impl RefUnwindSafe for InkInputRightDragAction
impl Send for InkInputRightDragAction
impl Sync for InkInputRightDragAction
impl Unpin for InkInputRightDragAction
impl UnwindSafe for InkInputRightDragAction
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