#[repr(C)]pub struct EXTERIOR_DATA {
pub cellX: i32,
pub cellY: i32,
pub maxHeightData: *mut i8,
pub lodVisData: *mut BGSTerrainVisibilityData,
pub worldX: f32,
pub worldY: f32,
pub landHideFlags: u8,
pub pad21: u8,
pub pad22: u16,
pub pad24: u32,
}
Fields§
§cellX: i32
§cellY: i32
§maxHeightData: *mut i8
§lodVisData: *mut BGSTerrainVisibilityData
§worldX: f32
§worldY: f32
§landHideFlags: u8
§pad21: u8
§pad22: u16
§pad24: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EXTERIOR_DATA
impl RefUnwindSafe for EXTERIOR_DATA
impl !Send for EXTERIOR_DATA
impl !Sync for EXTERIOR_DATA
impl Unpin for EXTERIOR_DATA
impl UnwindSafe for EXTERIOR_DATA
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