#[repr(C)]pub struct TESModelTextureSwapVtbl {
pub __base: TESModelVtbl,
}
Fields§
§__base: TESModelVtbl
Auto Trait Implementations§
impl Freeze for TESModelTextureSwapVtbl
impl RefUnwindSafe for TESModelTextureSwapVtbl
impl Send for TESModelTextureSwapVtbl
impl Sync for TESModelTextureSwapVtbl
impl Unpin for TESModelTextureSwapVtbl
impl UnwindSafe for TESModelTextureSwapVtbl
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