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