pub struct CreatureModelDataKey {
pub id: i32,
}Available on crate feature
tbc only.Fields
id: i32Implementations
Trait Implementations
sourceimpl Clone for CreatureModelDataKey
impl Clone for CreatureModelDataKey
sourcefn clone(&self) -> CreatureModelDataKey
fn clone(&self) -> CreatureModelDataKey
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 CreatureModelDataKey
impl Debug for CreatureModelDataKey
sourceimpl Default for CreatureModelDataKey
impl Default for CreatureModelDataKey
sourcefn default() -> CreatureModelDataKey
fn default() -> CreatureModelDataKey
Returns the “default value” for a type. Read more
sourceimpl From<i16> for CreatureModelDataKey
impl From<i16> for CreatureModelDataKey
sourceimpl From<i32> for CreatureModelDataKey
impl From<i32> for CreatureModelDataKey
sourceimpl From<i8> for CreatureModelDataKey
impl From<i8> for CreatureModelDataKey
sourceimpl From<u16> for CreatureModelDataKey
impl From<u16> for CreatureModelDataKey
sourceimpl From<u8> for CreatureModelDataKey
impl From<u8> for CreatureModelDataKey
sourceimpl Hash for CreatureModelDataKey
impl Hash for CreatureModelDataKey
sourceimpl Ord for CreatureModelDataKey
impl Ord for CreatureModelDataKey
sourcefn cmp(&self, other: &CreatureModelDataKey) -> Ordering
fn cmp(&self, other: &CreatureModelDataKey) -> 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<CreatureModelDataKey> for CreatureModelDataKey
impl PartialEq<CreatureModelDataKey> for CreatureModelDataKey
sourcefn eq(&self, other: &CreatureModelDataKey) -> bool
fn eq(&self, other: &CreatureModelDataKey) -> bool
sourceimpl PartialOrd<CreatureModelDataKey> for CreatureModelDataKey
impl PartialOrd<CreatureModelDataKey> for CreatureModelDataKey
sourcefn partial_cmp(&self, other: &CreatureModelDataKey) -> Option<Ordering>
fn partial_cmp(&self, other: &CreatureModelDataKey) -> 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 CreatureModelDataKey
impl Eq for CreatureModelDataKey
impl StructuralEq for CreatureModelDataKey
impl StructuralPartialEq for CreatureModelDataKey
Auto Trait Implementations
impl RefUnwindSafe for CreatureModelDataKey
impl Send for CreatureModelDataKey
impl Sync for CreatureModelDataKey
impl Unpin for CreatureModelDataKey
impl UnwindSafe for CreatureModelDataKey
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