#[repr(C)]pub struct LOADED_REF_DATA {Show 15 fields
pub unk00: BSTSmallArray<*mut c_void>,
pub current_water_type: *mut TesWaterForm,
pub relevant_water_height: f32,
pub cached_radius: f32,
pub flags: u16,
pub underwater_count: i16,
pub unk30: u64,
pub unk38: u64,
pub unk40: u64,
pub unk48: u64,
pub unk50: u64,
pub unk58: u64,
pub unk60: u64,
pub data_3d: NiPointer<NiAVObject>,
pub unk70: *mut c_void,
}Fields§
§unk00: BSTSmallArray<*mut c_void>§current_water_type: *mut TesWaterForm§relevant_water_height: f32§cached_radius: f32§flags: u16§underwater_count: i16§unk30: u64§unk38: u64§unk40: u64§unk48: u64§unk50: u64§unk58: u64§unk60: u64§data_3d: NiPointer<NiAVObject>§unk70: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for LOADED_REF_DATA
impl RefUnwindSafe for LOADED_REF_DATA
impl !Send for LOADED_REF_DATA
impl !Sync for LOADED_REF_DATA
impl Unpin for LOADED_REF_DATA
impl UnwindSafe for LOADED_REF_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