Struct wow_dbc::tbc_tables::area_table::AreaTableRow
source · [−]pub struct AreaTableRow {Show 16 fields
pub id: AreaTableKey,
pub continent_id: MapKey,
pub parent_area_id: AreaTableKey,
pub area_bit: i32,
pub flags: i32,
pub sound_provider_pref: SoundProviderPreferencesKey,
pub sound_provider_pref_underwater: SoundProviderPreferencesKey,
pub ambience_id: SoundAmbienceKey,
pub zone_music: ZoneMusicKey,
pub intro_sound: ZoneIntroMusicTableKey,
pub exploration_level: i32,
pub area_name_lang: ExtendedLocalizedString,
pub faction_group_mask: i32,
pub liquid_type_id: [i32; 4],
pub min_elevation: f32,
pub ambient_multiplier: f32,
}Available on crate feature
tbc only.Fields
id: AreaTableKeycontinent_id: MapKeyparent_area_id: AreaTableKeyarea_bit: i32flags: i32sound_provider_pref: SoundProviderPreferencesKeysound_provider_pref_underwater: SoundProviderPreferencesKeyambience_id: SoundAmbienceKeyzone_music: ZoneMusicKeyintro_sound: ZoneIntroMusicTableKeyexploration_level: i32area_name_lang: ExtendedLocalizedStringfaction_group_mask: i32liquid_type_id: [i32; 4]min_elevation: f32ambient_multiplier: f32Trait Implementations
sourceimpl Clone for AreaTableRow
impl Clone for AreaTableRow
sourcefn clone(&self) -> AreaTableRow
fn clone(&self) -> AreaTableRow
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 AreaTableRow
impl Debug for AreaTableRow
sourceimpl PartialEq<AreaTableRow> for AreaTableRow
impl PartialEq<AreaTableRow> for AreaTableRow
sourcefn eq(&self, other: &AreaTableRow) -> bool
fn eq(&self, other: &AreaTableRow) -> bool
sourceimpl PartialOrd<AreaTableRow> for AreaTableRow
impl PartialOrd<AreaTableRow> for AreaTableRow
sourcefn partial_cmp(&self, other: &AreaTableRow) -> Option<Ordering>
fn partial_cmp(&self, other: &AreaTableRow) -> 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 StructuralPartialEq for AreaTableRow
Auto Trait Implementations
impl RefUnwindSafe for AreaTableRow
impl Send for AreaTableRow
impl Sync for AreaTableRow
impl Unpin for AreaTableRow
impl UnwindSafe for AreaTableRow
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