pub struct BGSEquipSlotVtbl {
pub __base: TESFormVtbl,
}Fields§
§__base: TESFormVtblAuto Trait Implementations§
impl Freeze for BGSEquipSlotVtbl
impl RefUnwindSafe for BGSEquipSlotVtbl
impl Send for BGSEquipSlotVtbl
impl Sync for BGSEquipSlotVtbl
impl Unpin for BGSEquipSlotVtbl
impl UnwindSafe for BGSEquipSlotVtbl
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