#[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: TESForm
Base class TESForm
.
data: ENCOUNTER_ZONE_DATA
Encounter zone data.
game_data: ENCOUNTER_ZONE_GAME_DATA
Encounter 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