#[repr(C)]pub struct BGSEncounterZone {
pub __base: TESForm,
pub data: ENCOUNTER_ZONE_DATA,
pub game_data: ENCOUNTER_ZONE_GAME_DATA,
}Expand description
Represents the BGSEncounterZone class.
Fields§
§__base: TESFormBase class TESForm.
data: ENCOUNTER_ZONE_DATAEncounter zone data.
game_data: ENCOUNTER_ZONE_GAME_DATAEncounter zone game data.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BGSEncounterZone
impl RefUnwindSafe for BGSEncounterZone
impl !Send for BGSEncounterZone
impl !Sync for BGSEncounterZone
impl Unpin for BGSEncounterZone
impl UnwindSafe for BGSEncounterZone
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