#[repr(C)]pub struct AnimKey(pub u64);Expand description
Identity of an animation across frames.
Uses the reconciliation key (.with_key() / #id / structural hash)
to remain stable across frames, unlike NodeId.
Tuple Fields§
§0: u64Trait Implementations§
impl Copy for AnimKey
impl Eq for AnimKey
Source§impl Ord for AnimKey
impl Ord for AnimKey
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for AnimKey
impl PartialOrd for AnimKey
impl StructuralPartialEq for AnimKey
Auto Trait Implementations§
impl Freeze for AnimKey
impl RefUnwindSafe for AnimKey
impl Send for AnimKey
impl Sync for AnimKey
impl Unpin for AnimKey
impl UnsafeUnpin for AnimKey
impl UnwindSafe for AnimKey
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