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