#[repr(u8)]pub enum MSelRx {
Show 32 variants
TSI_8 = 0,
TSI_9 = 1,
TSI_10 = 2,
TSI_11 = 3,
TSI_12 = 4,
TSI_13 = 5,
TSI_14 = 6,
TSI_15 = 7,
TSI_16 = 8,
TSI_17 = 9,
TSI_18 = 10,
TSI_19 = 11,
TSI_20 = 12,
TSI_21 = 13,
TSI_22 = 14,
TSI_23 = 15,
TSI_24 = 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,
_RESERVED_1f = 31,
}Variants§
TSI_8 = 0
TSI[8]
TSI_9 = 1
TSI[9]
TSI_10 = 2
TSI[10]
TSI_11 = 3
TSI[11]
TSI_12 = 4
TSI[12]
TSI_13 = 5
TSI[13]
TSI_14 = 6
TSI[14]
TSI_15 = 7
TSI[15]
TSI_16 = 8
TSI[16]
TSI_17 = 9
TSI[17]
TSI_18 = 10
TSI[18]
TSI_19 = 11
TSI[19]
TSI_20 = 12
TSI[20]
TSI_21 = 13
TSI[21]
TSI_22 = 14
TSI[22]
TSI_23 = 15
TSI[23]
TSI_24 = 16
TSI[24]
_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
_RESERVED_1f = 31
Implementations§
Trait Implementations§
Source§impl Ord for MSelRx
impl Ord for MSelRx
Source§impl PartialOrd for MSelRx
impl PartialOrd for MSelRx
impl Copy for MSelRx
impl Eq for MSelRx
impl StructuralPartialEq for MSelRx
Auto Trait Implementations§
impl Freeze for MSelRx
impl RefUnwindSafe for MSelRx
impl Send for MSelRx
impl Sync for MSelRx
impl Unpin for MSelRx
impl UnwindSafe for MSelRx
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