#[repr(C)]pub struct TESShoutVtbl {
pub __base: TESFormVtbl,
pub __base1: TESFullNameVtbl,
pub __base2: BGSMenuDisplayObjectVtbl,
pub __base3: BGSEquipTypeVtbl,
pub __base4: TESDescriptionVtbl,
}Fields§
§__base: TESFormVtbl§__base1: TESFullNameVtbl§__base2: BGSMenuDisplayObjectVtbl§__base3: BGSEquipTypeVtbl§__base4: TESDescriptionVtblAuto Trait Implementations§
impl Freeze for TESShoutVtbl
impl RefUnwindSafe for TESShoutVtbl
impl Send for TESShoutVtbl
impl Sync for TESShoutVtbl
impl Unpin for TESShoutVtbl
impl UnwindSafe for TESShoutVtbl
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