#[repr(u8)]pub enum Frsz {
Show 32 variants
ONE_WORD = 0,
TWO_WORDS = 1,
N_WORDS_2 = 2,
N_WORDS_3 = 3,
N_WORDS_4 = 4,
N_WORDS_5 = 5,
N_WORDS_6 = 6,
N_WORDS_7 = 7,
N_WORDS_8 = 8,
N_WORDS_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
_RESERVED_10 = 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_WORDS = 31,
}Variants§
ONE_WORD = 0
1
TWO_WORDS = 1
2
N_WORDS_2 = 2
(FRSZ value + 1)
N_WORDS_3 = 3
(FRSZ value + 1)
N_WORDS_4 = 4
(FRSZ value + 1)
N_WORDS_5 = 5
(FRSZ value + 1)
N_WORDS_6 = 6
(FRSZ value + 1)
N_WORDS_7 = 7
(FRSZ value + 1)
N_WORDS_8 = 8
(FRSZ value + 1)
N_WORDS_9 = 9
(FRSZ value + 1)
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
_RESERVED_10 = 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_WORDS = 31
32
Implementations§
Trait Implementations§
Source§impl Ord for Frsz
impl Ord for Frsz
Source§impl PartialOrd for Frsz
impl PartialOrd for Frsz
impl Copy for Frsz
impl Eq for Frsz
impl StructuralPartialEq for Frsz
Auto Trait Implementations§
impl Freeze for Frsz
impl RefUnwindSafe for Frsz
impl Send for Frsz
impl Sync for Frsz
impl Unpin for Frsz
impl UnwindSafe for Frsz
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