#[repr(u8)]pub enum StatffLevel {
STATFF_LEVEL_0 = 0,
STATFF_LEVEL_1 = 1,
STATFF_LEVEL_2 = 2,
STATFF_LEVEL_3 = 3,
STATFF_LEVEL_4 = 4,
STATFF_LEVEL_5 = 5,
STATFF_LEVEL_6 = 6,
STATFF_LEVEL_7 = 7,
}Variants§
STATFF_LEVEL_0 = 0
4 Double words
STATFF_LEVEL_1 = 1
8 Double words
STATFF_LEVEL_2 = 2
12 Double words
STATFF_LEVEL_3 = 3
16 Double words
STATFF_LEVEL_4 = 4
24 Double words
STATFF_LEVEL_5 = 5
32 Double words
STATFF_LEVEL_6 = 6
48 Double words
STATFF_LEVEL_7 = 7
64 Double words
Implementations§
Source§impl StatffLevel
impl StatffLevel
Trait Implementations§
Source§impl Clone for StatffLevel
impl Clone for StatffLevel
Source§fn clone(&self) -> StatffLevel
fn clone(&self) -> StatffLevel
Returns a duplicate 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 StatffLevel
impl Debug for StatffLevel
Source§impl From<StatffLevel> for u8
impl From<StatffLevel> for u8
Source§fn from(val: StatffLevel) -> u8
fn from(val: StatffLevel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for StatffLevel
impl From<u8> for StatffLevel
Source§fn from(val: u8) -> StatffLevel
fn from(val: u8) -> StatffLevel
Converts to this type from the input type.
Source§impl Ord for StatffLevel
impl Ord for StatffLevel
Source§fn cmp(&self, other: &StatffLevel) -> Ordering
fn cmp(&self, other: &StatffLevel) -> 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 StatffLevel
impl PartialEq for StatffLevel
Source§impl PartialOrd for StatffLevel
impl PartialOrd for StatffLevel
impl Copy for StatffLevel
impl Eq for StatffLevel
impl StructuralPartialEq for StatffLevel
Auto Trait Implementations§
impl Freeze for StatffLevel
impl RefUnwindSafe for StatffLevel
impl Send for StatffLevel
impl Sync for StatffLevel
impl Unpin for StatffLevel
impl UnwindSafe for StatffLevel
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