#[repr(C)]pub struct BGSStoryManagerTreeFormVtbl {
pub __base: TESFormVtbl,
pub QChildCount: fn(this: &BGSStoryManagerTreeForm) -> u32,
pub GetChild: fn(this: &BGSStoryManagerTreeForm, index: u32) -> *mut BGSStoryManagerTreeForm,
pub QConditions: fn(this: &mut BGSStoryManagerTreeForm) -> u32,
pub AcceptVisitor: fn(this: &mut BGSStoryManagerTreeForm, visitor: &BGSStoryManagerTreeVisitor) -> VisitControl_CEnum,
}
Fields§
§__base: TESFormVtbl
§QChildCount: fn(this: &BGSStoryManagerTreeForm) -> u32
§GetChild: fn(this: &BGSStoryManagerTreeForm, index: u32) -> *mut BGSStoryManagerTreeForm
§QConditions: fn(this: &mut BGSStoryManagerTreeForm) -> u32
§AcceptVisitor: fn(this: &mut BGSStoryManagerTreeForm, visitor: &BGSStoryManagerTreeVisitor) -> VisitControl_CEnum
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BGSStoryManagerTreeFormVtbl
impl RefUnwindSafe for BGSStoryManagerTreeFormVtbl
impl Send for BGSStoryManagerTreeFormVtbl
impl Sync for BGSStoryManagerTreeFormVtbl
impl Unpin for BGSStoryManagerTreeFormVtbl
impl UnwindSafe for BGSStoryManagerTreeFormVtbl
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