Struct wow_dbc::wrath_tables::file_data::FileDataRow
source · [−]pub struct FileDataRow {
pub id: FileDataKey,
pub filename: String,
pub filepath: String,
}Available on crate feature
wrath only.Fields
id: FileDataKeyfilename: Stringfilepath: StringTrait Implementations
sourceimpl Clone for FileDataRow
impl Clone for FileDataRow
sourcefn clone(&self) -> FileDataRow
fn clone(&self) -> FileDataRow
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 FileDataRow
impl Debug for FileDataRow
sourceimpl Hash for FileDataRow
impl Hash for FileDataRow
sourceimpl Ord for FileDataRow
impl Ord for FileDataRow
sourcefn cmp(&self, other: &FileDataRow) -> Ordering
fn cmp(&self, other: &FileDataRow) -> 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<FileDataRow> for FileDataRow
impl PartialEq<FileDataRow> for FileDataRow
sourcefn eq(&self, other: &FileDataRow) -> bool
fn eq(&self, other: &FileDataRow) -> bool
sourceimpl PartialOrd<FileDataRow> for FileDataRow
impl PartialOrd<FileDataRow> for FileDataRow
sourcefn partial_cmp(&self, other: &FileDataRow) -> Option<Ordering>
fn partial_cmp(&self, other: &FileDataRow) -> 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 Eq for FileDataRow
impl StructuralEq for FileDataRow
impl StructuralPartialEq for FileDataRow
Auto Trait Implementations
impl RefUnwindSafe for FileDataRow
impl Send for FileDataRow
impl Sync for FileDataRow
impl Unpin for FileDataRow
impl UnwindSafe for FileDataRow
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