#[repr(C)]pub struct TESModel {
pub __base: BaseFormComponent,
pub model: BSFixedString,
pub textures: *mut ID,
pub addons: *mut u32,
pub numTextures: u16,
pub numAddons: u16,
pub pad24: u32,
}
Fields§
§__base: BaseFormComponent
§model: BSFixedString
§textures: *mut ID
§addons: *mut u32
§numTextures: u16
§numAddons: u16
§pad24: u32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TESModel
impl RefUnwindSafe for TESModel
impl !Send for TESModel
impl !Sync for TESModel
impl Unpin for TESModel
impl UnwindSafe for TESModel
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