Struct InteractionTrackerPositionUpdateOption
#[repr(transparent)]pub struct InteractionTrackerPositionUpdateOption(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl InteractionTrackerPositionUpdateOption
impl InteractionTrackerPositionUpdateOption
pub const Default: Self = _
pub const AllowActiveCustomScaleAnimation: Self = _
Trait Implementations§
§impl Clone for InteractionTrackerPositionUpdateOption
impl Clone for InteractionTrackerPositionUpdateOption
§fn clone(&self) -> InteractionTrackerPositionUpdateOption
fn clone(&self) -> InteractionTrackerPositionUpdateOption
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for InteractionTrackerPositionUpdateOption
impl Default for InteractionTrackerPositionUpdateOption
§fn default() -> InteractionTrackerPositionUpdateOption
fn default() -> InteractionTrackerPositionUpdateOption
Returns the “default value” for a type. Read more
§impl PartialEq for InteractionTrackerPositionUpdateOption
impl PartialEq for InteractionTrackerPositionUpdateOption
§fn eq(&self, other: &InteractionTrackerPositionUpdateOption) -> bool
fn eq(&self, other: &InteractionTrackerPositionUpdateOption) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for InteractionTrackerPositionUpdateOption
impl Eq for InteractionTrackerPositionUpdateOption
impl StructuralPartialEq for InteractionTrackerPositionUpdateOption
Auto Trait Implementations§
impl Freeze for InteractionTrackerPositionUpdateOption
impl RefUnwindSafe for InteractionTrackerPositionUpdateOption
impl Send for InteractionTrackerPositionUpdateOption
impl Sync for InteractionTrackerPositionUpdateOption
impl Unpin for InteractionTrackerPositionUpdateOption
impl UnwindSafe for InteractionTrackerPositionUpdateOption
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more