#[repr(u8)]pub enum Sywd {
Show 32 variants
MIN = 0,
TWO_CLOCKS = 1,
N_CLOCKS_2 = 2,
N_CLOCKS_3 = 3,
N_CLOCKS_4 = 4,
N_CLOCKS_5 = 5,
N_CLOCKS_6 = 6,
N_CLOCKS_7 = 7,
N_CLOCKS_8 = 8,
N_CLOCKS_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,
THIRTYTWO_CLOCKS = 31,
}Variants§
MIN = 0
1
TWO_CLOCKS = 1
2
N_CLOCKS_2 = 2
(SYWD value + 1)
N_CLOCKS_3 = 3
(SYWD value + 1)
N_CLOCKS_4 = 4
(SYWD value + 1)
N_CLOCKS_5 = 5
(SYWD value + 1)
N_CLOCKS_6 = 6
(SYWD value + 1)
N_CLOCKS_7 = 7
(SYWD value + 1)
N_CLOCKS_8 = 8
(SYWD value + 1)
N_CLOCKS_9 = 9
(SYWD 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
THIRTYTWO_CLOCKS = 31
32
Implementations§
Trait Implementations§
Source§impl Ord for Sywd
impl Ord for Sywd
Source§impl PartialOrd for Sywd
impl PartialOrd for Sywd
impl Copy for Sywd
impl Eq for Sywd
impl StructuralPartialEq for Sywd
Auto Trait Implementations§
impl Freeze for Sywd
impl RefUnwindSafe for Sywd
impl Send for Sywd
impl Sync for Sywd
impl Unpin for Sywd
impl UnwindSafe for Sywd
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