#[repr(C)]pub struct BGSPerkVtbl {
pub __base: TESFormVtbl,
pub __base1: TESFullNameVtbl,
pub __base2: TESDescriptionVtbl,
pub __base3: TESIconVtbl,
}
Fields§
§__base: TESFormVtbl
§__base1: TESFullNameVtbl
§__base2: TESDescriptionVtbl
§__base3: TESIconVtbl
Auto Trait Implementations§
impl Freeze for BGSPerkVtbl
impl RefUnwindSafe for BGSPerkVtbl
impl Send for BGSPerkVtbl
impl Sync for BGSPerkVtbl
impl Unpin for BGSPerkVtbl
impl UnwindSafe for BGSPerkVtbl
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