#[repr(u8)]pub enum Rcr5Wnw {
Show 32 variants
_RESERVED_0 = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
EIGHT = 7,
NINE = 8,
TEN_THIRTYONE_9 = 9,
TEN_THIRTYONE_10 = 10,
TEN_THIRTYONE_11 = 11,
TEN_THIRTYONE_12 = 12,
TEN_THIRTYONE_13 = 13,
TEN_THIRTYONE_14 = 14,
TEN_THIRTYONE_15 = 15,
TEN_THIRTYONE_16 = 16,
_RESERVED_11 = 17,
_RESERVED_12 = 18,
_RESERVED_13 = 19,
_RESERVED_14 = 20,
_RESERVED_15 = 21,
_RESERVED_16 = 22,
_RESERVED_17 = 23,
_RESERVED_18 = 24,
_RESERVED_19 = 25,
_RESERVED_1a = 26,
_RESERVED_1b = 27,
_RESERVED_1c = 28,
_RESERVED_1d = 29,
_RESERVED_1e = 30,
MAX = 31,
}Variants§
_RESERVED_0 = 0
_RESERVED_1 = 1
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
EIGHT = 7
8
NINE = 8
9
TEN_THIRTYONE_9 = 9
(WNW value + 1)
TEN_THIRTYONE_10 = 10
(WNW value + 1)
TEN_THIRTYONE_11 = 11
(WNW value + 1)
TEN_THIRTYONE_12 = 12
(WNW value + 1)
TEN_THIRTYONE_13 = 13
(WNW value + 1)
TEN_THIRTYONE_14 = 14
(WNW value + 1)
TEN_THIRTYONE_15 = 15
(WNW value + 1)
TEN_THIRTYONE_16 = 16
(WNW value + 1)
_RESERVED_11 = 17
_RESERVED_12 = 18
_RESERVED_13 = 19
_RESERVED_14 = 20
_RESERVED_15 = 21
_RESERVED_16 = 22
_RESERVED_17 = 23
_RESERVED_18 = 24
_RESERVED_19 = 25
_RESERVED_1a = 26
_RESERVED_1b = 27
_RESERVED_1c = 28
_RESERVED_1d = 29
_RESERVED_1e = 30
MAX = 31
32
Implementations§
Trait Implementations§
Source§impl Ord for Rcr5Wnw
impl Ord for Rcr5Wnw
Source§impl PartialOrd for Rcr5Wnw
impl PartialOrd for Rcr5Wnw
impl Copy for Rcr5Wnw
impl Eq for Rcr5Wnw
impl StructuralPartialEq for Rcr5Wnw
Auto Trait Implementations§
impl Freeze for Rcr5Wnw
impl RefUnwindSafe for Rcr5Wnw
impl Send for Rcr5Wnw
impl Sync for Rcr5Wnw
impl Unpin for Rcr5Wnw
impl UnwindSafe for Rcr5Wnw
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