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