#[repr(u32)]pub enum PERK_ENTRY_TYPE {
Quest = 0,
Ability = 1,
EntryPoint = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for PERK_ENTRY_TYPE
impl Clone for PERK_ENTRY_TYPE
Source§fn clone(&self) -> PERK_ENTRY_TYPE
fn clone(&self) -> PERK_ENTRY_TYPE
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 PERK_ENTRY_TYPE
impl Debug for PERK_ENTRY_TYPE
Source§impl From<PERK_ENTRY_TYPE> for PERK_ENTRY_TYPE_CEnum
impl From<PERK_ENTRY_TYPE> for PERK_ENTRY_TYPE_CEnum
Source§fn from(value: PERK_ENTRY_TYPE) -> Self
fn from(value: PERK_ENTRY_TYPE) -> Self
Converts to this type from the input type.
Source§impl Hash for PERK_ENTRY_TYPE
impl Hash for PERK_ENTRY_TYPE
Source§impl Ord for PERK_ENTRY_TYPE
impl Ord for PERK_ENTRY_TYPE
Source§fn cmp(&self, other: &PERK_ENTRY_TYPE) -> Ordering
fn cmp(&self, other: &PERK_ENTRY_TYPE) -> 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 PERK_ENTRY_TYPE
impl PartialEq for PERK_ENTRY_TYPE
Source§impl PartialOrd for PERK_ENTRY_TYPE
impl PartialOrd for PERK_ENTRY_TYPE
impl Copy for PERK_ENTRY_TYPE
impl Eq for PERK_ENTRY_TYPE
impl StructuralPartialEq for PERK_ENTRY_TYPE
Auto Trait Implementations§
impl Freeze for PERK_ENTRY_TYPE
impl RefUnwindSafe for PERK_ENTRY_TYPE
impl Send for PERK_ENTRY_TYPE
impl Sync for PERK_ENTRY_TYPE
impl Unpin for PERK_ENTRY_TYPE
impl UnwindSafe for PERK_ENTRY_TYPE
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