#[repr(C)]pub struct TESTextureVtbl {
pub __base: BaseFormComponentVtbl,
pub GetMaxAllowedSize: extern "C" fn(this: *const TESTexture) -> u32,
pub GetAsNormalFile: extern "C" fn(this: *const TESTexture, out: *mut BSString) -> *const u8,
pub GetDefaultPath: extern "C" fn(this: *const TESTexture) -> *const u8,
}
Fields§
§__base: BaseFormComponentVtbl
§GetMaxAllowedSize: extern "C" fn(this: *const TESTexture) -> u32
§GetAsNormalFile: extern "C" fn(this: *const TESTexture, out: *mut BSString) -> *const u8
§GetDefaultPath: extern "C" fn(this: *const TESTexture) -> *const u8
Auto Trait Implementations§
impl Freeze for TESTextureVtbl
impl RefUnwindSafe for TESTextureVtbl
impl Send for TESTextureVtbl
impl Sync for TESTextureVtbl
impl Unpin for TESTextureVtbl
impl UnwindSafe for TESTextureVtbl
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