#[repr(u8)]pub enum Tsich {
Show 32 variants
SELF_CP_0 = 0,
SELF_CP_1 = 1,
SELF_CP_2 = 2,
SELF_CP_3 = 3,
SELF_CP_4 = 4,
SELF_CP_5 = 5,
SELF_CP_6 = 6,
SELF_CP_7 = 7,
SELF_CP_8 = 8,
SELF_CP_9 = 9,
SELF_CP_10 = 10,
SELF_CP_11 = 11,
SELF_CP_12 = 12,
SELF_CP_13 = 13,
SELF_CP_14 = 14,
SELF_CP_15 = 15,
SELF_CP_16 = 16,
SELF_CP_17 = 17,
SELF_CP_18 = 18,
SELF_CP_19 = 19,
SELF_CP_20 = 20,
SELF_CP_21 = 21,
SELF_CP_22 = 22,
SELF_CP_23 = 23,
SELF_CP_24 = 24,
_RESERVED_19 = 25,
_RESERVED_1a = 26,
_RESERVED_1b = 27,
_RESERVED_1c = 28,
_RESERVED_1d = 29,
_RESERVED_1e = 30,
_RESERVED_1f = 31,
}Variants§
SELF_CP_0 = 0
Channel 0.
SELF_CP_1 = 1
Channel 1.
SELF_CP_2 = 2
Channel 2.
SELF_CP_3 = 3
Channel 3.
SELF_CP_4 = 4
Channel 4.
SELF_CP_5 = 5
Channel 5.
SELF_CP_6 = 6
Channel 6.
SELF_CP_7 = 7
Channel 7.
SELF_CP_8 = 8
Channel 8.
SELF_CP_9 = 9
Channel 9.
SELF_CP_10 = 10
Channel 10.
SELF_CP_11 = 11
Channel 11.
SELF_CP_12 = 12
Channel 12.
SELF_CP_13 = 13
Channel 13.
SELF_CP_14 = 14
Channel 14.
SELF_CP_15 = 15
Channel 15.
SELF_CP_16 = 16
Channel 16.
SELF_CP_17 = 17
Channel 17.
SELF_CP_18 = 18
Channel 18.
SELF_CP_19 = 19
Channel 19.
SELF_CP_20 = 20
Channel 20.
SELF_CP_21 = 21
Channel 21.
SELF_CP_22 = 22
Channel 22.
SELF_CP_23 = 23
Channel 23.
SELF_CP_24 = 24
Channel 24.
_RESERVED_19 = 25
_RESERVED_1a = 26
_RESERVED_1b = 27
_RESERVED_1c = 28
_RESERVED_1d = 29
_RESERVED_1e = 30
_RESERVED_1f = 31
Implementations§
Trait Implementations§
Source§impl Ord for Tsich
impl Ord for Tsich
Source§impl PartialOrd for Tsich
impl PartialOrd for Tsich
impl Copy for Tsich
impl Eq for Tsich
impl StructuralPartialEq for Tsich
Auto Trait Implementations§
impl Freeze for Tsich
impl RefUnwindSafe for Tsich
impl Send for Tsich
impl Sync for Tsich
impl Unpin for Tsich
impl UnwindSafe for Tsich
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