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