#[repr(C)]pub struct NiSourceTexture {
pub __base: NiTexture,
pub unk40: *mut BSResourceStream,
pub rendererTexture: *mut BSGraphicsTexture,
pub flags: u8,
pub pad51: u8,
pub pad52: u16,
pub pad54: u32,
}
Fields§
§__base: NiTexture
§unk40: *mut BSResourceStream
§rendererTexture: *mut BSGraphicsTexture
§flags: u8
§pad51: u8
§pad52: u16
§pad54: u32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for NiSourceTexture
impl RefUnwindSafe for NiSourceTexture
impl !Send for NiSourceTexture
impl !Sync for NiSourceTexture
impl Unpin for NiSourceTexture
impl UnwindSafe for NiSourceTexture
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