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