Struct wow_dbc::vanilla_tables::loading_screens::LoadingScreensKey
source · [−]pub struct LoadingScreensKey {
pub id: u32,
}Available on crate feature
vanilla only.Fields
id: u32Implementations
Trait Implementations
sourceimpl Clone for LoadingScreensKey
impl Clone for LoadingScreensKey
sourcefn clone(&self) -> LoadingScreensKey
fn clone(&self) -> LoadingScreensKey
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 LoadingScreensKey
impl Debug for LoadingScreensKey
sourceimpl Default for LoadingScreensKey
impl Default for LoadingScreensKey
sourcefn default() -> LoadingScreensKey
fn default() -> LoadingScreensKey
Returns the “default value” for a type. Read more
sourceimpl From<u16> for LoadingScreensKey
impl From<u16> for LoadingScreensKey
sourceimpl From<u32> for LoadingScreensKey
impl From<u32> for LoadingScreensKey
sourceimpl From<u8> for LoadingScreensKey
impl From<u8> for LoadingScreensKey
sourceimpl Hash for LoadingScreensKey
impl Hash for LoadingScreensKey
sourceimpl Ord for LoadingScreensKey
impl Ord for LoadingScreensKey
sourcefn cmp(&self, other: &LoadingScreensKey) -> Ordering
fn cmp(&self, other: &LoadingScreensKey) -> 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<LoadingScreensKey> for LoadingScreensKey
impl PartialEq<LoadingScreensKey> for LoadingScreensKey
sourcefn eq(&self, other: &LoadingScreensKey) -> bool
fn eq(&self, other: &LoadingScreensKey) -> bool
sourceimpl PartialOrd<LoadingScreensKey> for LoadingScreensKey
impl PartialOrd<LoadingScreensKey> for LoadingScreensKey
sourcefn partial_cmp(&self, other: &LoadingScreensKey) -> Option<Ordering>
fn partial_cmp(&self, other: &LoadingScreensKey) -> 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 LoadingScreensKey
impl Eq for LoadingScreensKey
impl StructuralEq for LoadingScreensKey
impl StructuralPartialEq for LoadingScreensKey
Auto Trait Implementations
impl RefUnwindSafe for LoadingScreensKey
impl Send for LoadingScreensKey
impl Sync for LoadingScreensKey
impl Unpin for LoadingScreensKey
impl UnwindSafe for LoadingScreensKey
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