#[repr(C)]pub struct BGSStoryManagerTreeVisitor {
pub vtable: *const BGSStoryManagerTreeVisitorVtbl,
pub timer: *mut PeriodicUpdateTimer,
pub currentCursorDepth: i32,
pub pad14: u32,
pub lastQuestParent: *mut BGSStoryManagerQuestNode,
pub cursorAncestry: BSTArray<*mut BGSStoryManagerTreeForm>,
pub queryID: u32,
pub pad3C: u32,
}
Fields§
§vtable: *const BGSStoryManagerTreeVisitorVtbl
§timer: *mut PeriodicUpdateTimer
§currentCursorDepth: i32
§pad14: u32
§lastQuestParent: *mut BGSStoryManagerQuestNode
§cursorAncestry: BSTArray<*mut BGSStoryManagerTreeForm>
§queryID: u32
§pad3C: u32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BGSStoryManagerTreeVisitor
impl RefUnwindSafe for BGSStoryManagerTreeVisitor
impl !Send for BGSStoryManagerTreeVisitor
impl !Sync for BGSStoryManagerTreeVisitor
impl Unpin for BGSStoryManagerTreeVisitor
impl UnwindSafe for BGSStoryManagerTreeVisitor
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