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