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