pub struct AnimationClipId(/* private fields */);Expand description
Typed identifier for an imported animation clip.
Implementations§
Trait Implementations§
Source§impl Clone for AnimationClipId
impl Clone for AnimationClipId
Source§fn clone(&self) -> AnimationClipId
fn clone(&self) -> AnimationClipId
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 moreimpl Copy for AnimationClipId
Source§impl Debug for AnimationClipId
impl Debug for AnimationClipId
Source§impl Default for AnimationClipId
impl Default for AnimationClipId
Source§fn default() -> AnimationClipId
fn default() -> AnimationClipId
Returns the “default value” for a type. Read more
impl Eq for AnimationClipId
Source§impl From<AnimationClipId> for u64
impl From<AnimationClipId> for u64
Source§fn from(value: AnimationClipId) -> Self
fn from(value: AnimationClipId) -> Self
Converts to this type from the input type.
Source§impl From<u64> for AnimationClipId
impl From<u64> for AnimationClipId
Source§impl Hash for AnimationClipId
impl Hash for AnimationClipId
Source§impl Ord for AnimationClipId
impl Ord for AnimationClipId
Source§fn cmp(&self, other: &AnimationClipId) -> Ordering
fn cmp(&self, other: &AnimationClipId) -> 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 AnimationClipId
impl PartialEq for AnimationClipId
Source§impl PartialOrd for AnimationClipId
impl PartialOrd for AnimationClipId
impl StructuralPartialEq for AnimationClipId
Auto Trait Implementations§
impl Freeze for AnimationClipId
impl RefUnwindSafe for AnimationClipId
impl Send for AnimationClipId
impl Sync for AnimationClipId
impl Unpin for AnimationClipId
impl UnsafeUnpin for AnimationClipId
impl UnwindSafe for AnimationClipId
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