#[repr(C)]pub struct BGSPerkEntryVtbl { /* private fields */ }
Auto Trait Implementations§
impl Freeze for BGSPerkEntryVtbl
impl RefUnwindSafe for BGSPerkEntryVtbl
impl Send for BGSPerkEntryVtbl
impl Sync for BGSPerkEntryVtbl
impl Unpin for BGSPerkEntryVtbl
impl UnwindSafe for BGSPerkEntryVtbl
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