#[repr(C)]pub struct NiTexture {
pub __base: NiObject,
pub formatPrefs: FormatPrefs,
pub name: BSFixedString,
pub unk28: u32,
pub unk2C: u32,
pub prev: *mut NiTexture,
pub next: *mut NiTexture,
}
Fields§
§__base: NiObject
§formatPrefs: FormatPrefs
§name: BSFixedString
§unk28: u32
§unk2C: u32
§prev: *mut NiTexture
§next: *mut NiTexture
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for NiTexture
impl RefUnwindSafe for NiTexture
impl !Send for NiTexture
impl !Sync for NiTexture
impl Unpin for NiTexture
impl UnwindSafe for NiTexture
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