#[repr(C)]pub struct BGSEquipSlot {
pub __base: TESForm,
pub parentSlots: BSTArray<*mut BGSEquipSlot>,
pub flags: Flag,
pub pad3C: u32,
}
Fields§
§__base: TESForm
§parentSlots: BSTArray<*mut BGSEquipSlot>
§flags: Flag
§pad3C: u32
Implementations§
Trait Implementations§
Source§impl Debug for BGSEquipSlot
impl Debug for BGSEquipSlot
Source§impl PartialEq for BGSEquipSlot
impl PartialEq for BGSEquipSlot
impl Eq for BGSEquipSlot
impl StructuralPartialEq for BGSEquipSlot
Auto Trait Implementations§
impl Freeze for BGSEquipSlot
impl RefUnwindSafe for BGSEquipSlot
impl !Send for BGSEquipSlot
impl !Sync for BGSEquipSlot
impl Unpin for BGSEquipSlot
impl UnwindSafe for BGSEquipSlot
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