#[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 = Self(0i32)
pub const CapableTouchpadOnly: Self = Self(1i32)
pub const PointerWheelOnly: Self = Self(2i32)
pub const CapableTouchpadAndPointerWheel: Self = Self(3i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more