#[repr(C)]pub struct NiTextureVtbl {
pub __base: NiObjectVtbl,
pub Unk25: extern "C" fn(this: *const NiTexture) -> u32,
pub Unk26: extern "C" fn(this: *const NiTexture) -> u32,
pub Unk27: extern "C" fn(this: *const NiTexture) -> *const u8,
pub Unk28: extern "C" fn(this: *const NiTexture),
pub Unk29: extern "C" fn(this: *const NiTexture) -> u32,
pub Unk2A: extern "C" fn(this: *const NiTexture) -> u32,
}
Fields§
§__base: NiObjectVtbl
§Unk25: extern "C" fn(this: *const NiTexture) -> u32
§Unk26: extern "C" fn(this: *const NiTexture) -> u32
§Unk27: extern "C" fn(this: *const NiTexture) -> *const u8
§Unk28: extern "C" fn(this: *const NiTexture)
§Unk29: extern "C" fn(this: *const NiTexture) -> u32
§Unk2A: extern "C" fn(this: *const NiTexture) -> u32
Auto Trait Implementations§
impl Freeze for NiTextureVtbl
impl RefUnwindSafe for NiTextureVtbl
impl Send for NiTextureVtbl
impl Sync for NiTextureVtbl
impl Unpin for NiTextureVtbl
impl UnwindSafe for NiTextureVtbl
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