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