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