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