pub struct AnimationId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for AnimationId
impl Clone for AnimationId
Source§fn clone(&self) -> AnimationId
fn clone(&self) -> AnimationId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AnimationId
impl Debug for AnimationId
Source§impl<'de> Deserialize<'de> for AnimationId
impl<'de> Deserialize<'de> for AnimationId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for AnimationId
impl Hash for AnimationId
Source§impl Ord for AnimationId
impl Ord for AnimationId
Source§fn cmp(&self, other: &AnimationId) -> Ordering
fn cmp(&self, other: &AnimationId) -> Ordering
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
Source§impl PartialEq for AnimationId
impl PartialEq for AnimationId
Source§fn eq(&self, other: &AnimationId) -> bool
fn eq(&self, other: &AnimationId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AnimationId
impl PartialOrd for AnimationId
Source§impl Serialize for AnimationId
impl Serialize for AnimationId
impl Copy for AnimationId
impl Eq for AnimationId
impl StructuralPartialEq for AnimationId
Auto Trait Implementations§
impl Freeze for AnimationId
impl RefUnwindSafe for AnimationId
impl Send for AnimationId
impl Sync for AnimationId
impl Unpin for AnimationId
impl UnsafeUnpin for AnimationId
impl UnwindSafe for AnimationId
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