Struct wow_dbc::vanilla_tables::animation_data::AnimationDataKey
source · [−]pub struct AnimationDataKey {
pub id: u32,
}Available on crate feature
vanilla only.Fields
id: u32Implementations
Trait Implementations
sourceimpl Clone for AnimationDataKey
impl Clone for AnimationDataKey
sourcefn clone(&self) -> AnimationDataKey
fn clone(&self) -> AnimationDataKey
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AnimationDataKey
impl Debug for AnimationDataKey
sourceimpl Default for AnimationDataKey
impl Default for AnimationDataKey
sourcefn default() -> AnimationDataKey
fn default() -> AnimationDataKey
Returns the “default value” for a type. Read more
sourceimpl From<u16> for AnimationDataKey
impl From<u16> for AnimationDataKey
sourceimpl From<u32> for AnimationDataKey
impl From<u32> for AnimationDataKey
sourceimpl From<u8> for AnimationDataKey
impl From<u8> for AnimationDataKey
sourceimpl Hash for AnimationDataKey
impl Hash for AnimationDataKey
sourceimpl Ord for AnimationDataKey
impl Ord for AnimationDataKey
sourcefn cmp(&self, other: &AnimationDataKey) -> Ordering
fn cmp(&self, other: &AnimationDataKey) -> Ordering
1.21.0 · sourceconst fn max(self, other: Self) -> Selfwhere
Self: Sized,
const fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 · sourceconst fn min(self, other: Self) -> Selfwhere
Self: Sized,
const fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourceconst fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
const fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<AnimationDataKey> for AnimationDataKey
impl PartialEq<AnimationDataKey> for AnimationDataKey
sourcefn eq(&self, other: &AnimationDataKey) -> bool
fn eq(&self, other: &AnimationDataKey) -> bool
sourceimpl PartialOrd<AnimationDataKey> for AnimationDataKey
impl PartialOrd<AnimationDataKey> for AnimationDataKey
sourcefn partial_cmp(&self, other: &AnimationDataKey) -> Option<Ordering>
fn partial_cmp(&self, other: &AnimationDataKey) -> Option<Ordering>
1.0.0 · sourceconst fn le(&self, other: &Rhs) -> bool
const fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for AnimationDataKey
impl Eq for AnimationDataKey
impl StructuralEq for AnimationDataKey
impl StructuralPartialEq for AnimationDataKey
Auto Trait Implementations
impl RefUnwindSafe for AnimationDataKey
impl Send for AnimationDataKey
impl Sync for AnimationDataKey
impl Unpin for AnimationDataKey
impl UnwindSafe for AnimationDataKey
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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