#[repr(C)]pub struct BGSPerkEntry {
pub vtable: *const BGSPerkEntryVtbl,
pub header: Header,
}
Fields§
§vtable: *const BGSPerkEntryVtbl
§header: Header
Implementations§
Source§impl BGSPerkEntry
impl BGSPerkEntry
Sourcepub const RTTI: VariantID = RTTI_BGSPerkEntry
pub const RTTI: VariantID = RTTI_BGSPerkEntry
Address & offset of the runtime type information (RTTI) identifier.
Sourcepub const VTABLE: [VariantID; 1] = VTABLE_BGSPerkEntry
pub const VTABLE: [VariantID; 1] = VTABLE_BGSPerkEntry
Address & offset of the virtual function table.
The number of tables is the same as the number of classes with inherited virtual functions.
pub const fn get_rank(&self) -> u8
pub const fn get_priority(&self) -> u8
Trait Implementations§
Source§impl Clone for BGSPerkEntry
impl Clone for BGSPerkEntry
Source§fn clone(&self) -> BGSPerkEntry
fn clone(&self) -> BGSPerkEntry
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BGSPerkEntry
impl Debug for BGSPerkEntry
Source§impl Hash for BGSPerkEntry
impl Hash for BGSPerkEntry
Source§impl Ord for BGSPerkEntry
impl Ord for BGSPerkEntry
Source§fn cmp(&self, other: &BGSPerkEntry) -> Ordering
fn cmp(&self, other: &BGSPerkEntry) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BGSPerkEntry
impl PartialEq for BGSPerkEntry
Source§impl PartialOrd for BGSPerkEntry
impl PartialOrd for BGSPerkEntry
impl Eq for BGSPerkEntry
impl StructuralPartialEq for BGSPerkEntry
Auto Trait Implementations§
impl Freeze for BGSPerkEntry
impl RefUnwindSafe for BGSPerkEntry
impl !Send for BGSPerkEntry
impl !Sync for BGSPerkEntry
impl Unpin for BGSPerkEntry
impl UnwindSafe for BGSPerkEntry
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