#[repr(transparent)]pub struct VisualInteractionSourceRedirectionMode(pub i32);
Expand description
Required features: ‘UI_Composition_Interactions’
Tuple Fields
0: i32
Implementations
impl VisualInteractionSourceRedirectionMode
impl VisualInteractionSourceRedirectionMode
pub const Off: Self
pub const CapableTouchpadOnly: Self
pub const PointerWheelOnly: Self
pub const CapableTouchpadAndPointerWheel: Self
Trait Implementations
impl Copy for VisualInteractionSourceRedirectionMode
Auto Trait Implementations
impl RefUnwindSafe for VisualInteractionSourceRedirectionMode
impl Send for VisualInteractionSourceRedirectionMode
impl Sync for VisualInteractionSourceRedirectionMode
impl Unpin for VisualInteractionSourceRedirectionMode
impl UnwindSafe for VisualInteractionSourceRedirectionMode
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