#[repr(transparent)]pub struct InteractionSourceRedirectionMode(pub i32);
Expand description
Required features: "UI_Composition_Interactions"
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Clone for InteractionSourceRedirectionMode
impl Clone for InteractionSourceRedirectionMode
impl Copy for InteractionSourceRedirectionMode
Auto Trait Implementations
impl RefUnwindSafe for InteractionSourceRedirectionMode
impl Send for InteractionSourceRedirectionMode
impl Sync for InteractionSourceRedirectionMode
impl Unpin for InteractionSourceRedirectionMode
impl UnwindSafe for InteractionSourceRedirectionMode
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