pub struct SpellRangeRow {
pub id: SpellRangeKey,
pub range_min: f32,
pub range_max: f32,
pub flags: i32,
pub display_name_lang: ExtendedLocalizedString,
pub display_name_short_lang: ExtendedLocalizedString,
}Available on crate feature
tbc only.Fields§
§id: SpellRangeKey§range_min: f32§range_max: f32§flags: i32§display_name_lang: ExtendedLocalizedString§display_name_short_lang: ExtendedLocalizedStringTrait Implementations§
Source§impl Clone for SpellRangeRow
impl Clone for SpellRangeRow
Source§fn clone(&self) -> SpellRangeRow
fn clone(&self) -> SpellRangeRow
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SpellRangeRow
impl Debug for SpellRangeRow
Source§impl PartialEq for SpellRangeRow
impl PartialEq for SpellRangeRow
Source§impl PartialOrd for SpellRangeRow
impl PartialOrd for SpellRangeRow
impl StructuralPartialEq for SpellRangeRow
Auto Trait Implementations§
impl Freeze for SpellRangeRow
impl RefUnwindSafe for SpellRangeRow
impl Send for SpellRangeRow
impl Sync for SpellRangeRow
impl Unpin for SpellRangeRow
impl UnwindSafe for SpellRangeRow
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more