pub struct BGSMenuDisplayObjectVtbl {
pub __base: BaseFormComponentVtbl,
pub GetMenuDisplayObject: fn(this: &BGSMenuDisplayObject),
}
Fields§
§__base: BaseFormComponentVtbl
§GetMenuDisplayObject: fn(this: &BGSMenuDisplayObject)
Auto Trait Implementations§
impl Freeze for BGSMenuDisplayObjectVtbl
impl RefUnwindSafe for BGSMenuDisplayObjectVtbl
impl Send for BGSMenuDisplayObjectVtbl
impl Sync for BGSMenuDisplayObjectVtbl
impl Unpin for BGSMenuDisplayObjectVtbl
impl UnwindSafe for BGSMenuDisplayObjectVtbl
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