#[repr(u32)]pub enum ACQUIRE_TYPE {
None = 0,
Steal = 1,
Buy = 2,
PickPocket = 3,
Pickup = 4,
Container = 5,
DeadBody = 6,
}
Variants§
Trait Implementations§
Source§impl Clone for ACQUIRE_TYPE
impl Clone for ACQUIRE_TYPE
Source§fn clone(&self) -> ACQUIRE_TYPE
fn clone(&self) -> ACQUIRE_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 ACQUIRE_TYPE
impl Debug for ACQUIRE_TYPE
Source§impl From<ACQUIRE_TYPE> for ACQUIRE_TYPE_CEnum
impl From<ACQUIRE_TYPE> for ACQUIRE_TYPE_CEnum
Source§fn from(value: ACQUIRE_TYPE) -> Self
fn from(value: ACQUIRE_TYPE) -> Self
Converts to this type from the input type.
Source§impl Hash for ACQUIRE_TYPE
impl Hash for ACQUIRE_TYPE
Source§impl Ord for ACQUIRE_TYPE
impl Ord for ACQUIRE_TYPE
Source§fn cmp(&self, other: &ACQUIRE_TYPE) -> Ordering
fn cmp(&self, other: &ACQUIRE_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 ACQUIRE_TYPE
impl PartialEq for ACQUIRE_TYPE
Source§impl PartialOrd for ACQUIRE_TYPE
impl PartialOrd for ACQUIRE_TYPE
Source§impl TryFrom<ACQUIRE_TYPE_CEnum> for ACQUIRE_TYPE
impl TryFrom<ACQUIRE_TYPE_CEnum> for ACQUIRE_TYPE
impl Copy for ACQUIRE_TYPE
impl Eq for ACQUIRE_TYPE
impl StructuralPartialEq for ACQUIRE_TYPE
Auto Trait Implementations§
impl Freeze for ACQUIRE_TYPE
impl RefUnwindSafe for ACQUIRE_TYPE
impl Send for ACQUIRE_TYPE
impl Sync for ACQUIRE_TYPE
impl Unpin for ACQUIRE_TYPE
impl UnwindSafe for ACQUIRE_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