#[repr(C)]pub struct BGSMenuDisplayObject {
pub __base: BaseFormComponent,
pub equipSlot: Option<NonNull<TESBoundObject>>,
}
Fields§
§__base: BaseFormComponent
§equipSlot: Option<NonNull<TESBoundObject>>
Implementations§
Trait Implementations§
Source§impl Debug for BGSMenuDisplayObject
impl Debug for BGSMenuDisplayObject
Source§impl PartialEq for BGSMenuDisplayObject
impl PartialEq for BGSMenuDisplayObject
impl Eq for BGSMenuDisplayObject
impl StructuralPartialEq for BGSMenuDisplayObject
Auto Trait Implementations§
impl Freeze for BGSMenuDisplayObject
impl RefUnwindSafe for BGSMenuDisplayObject
impl !Send for BGSMenuDisplayObject
impl !Sync for BGSMenuDisplayObject
impl Unpin for BGSMenuDisplayObject
impl UnwindSafe for BGSMenuDisplayObject
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