#[repr(C)]pub struct TESIconVtbl {
pub __base: TESTextureVtbl,
pub GetDefaultPath: fn(this: &TESIcon),
}
Fields§
§__base: TESTextureVtbl
§GetDefaultPath: fn(this: &TESIcon)
Auto Trait Implementations§
impl Freeze for TESIconVtbl
impl RefUnwindSafe for TESIconVtbl
impl Send for TESIconVtbl
impl Sync for TESIconVtbl
impl Unpin for TESIconVtbl
impl UnwindSafe for TESIconVtbl
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