#[repr(u8)]pub enum MSelTx {
TSI_TX_0 = 0,
TSI_TX_1 = 1,
TSI_TX_2 = 2,
TSI_TX_3 = 3,
TSI_TX_4 = 4,
TSI_TX_5 = 5,
TSI_TX_6 = 6,
TSI_TX_7 = 7,
}Variants§
TSI_TX_0 = 0
TSI[0]
TSI_TX_1 = 1
TSI[1]
TSI_TX_2 = 2
TSI[2]
TSI_TX_3 = 3
TSI[3]
TSI_TX_4 = 4
TSI[4]
TSI_TX_5 = 5
TSI[5]
TSI_TX_6 = 6
TSI[6]
TSI_TX_7 = 7
TSI[7]
Implementations§
Trait Implementations§
Source§impl Ord for MSelTx
impl Ord for MSelTx
Source§impl PartialOrd for MSelTx
impl PartialOrd for MSelTx
impl Copy for MSelTx
impl Eq for MSelTx
impl StructuralPartialEq for MSelTx
Auto Trait Implementations§
impl Freeze for MSelTx
impl RefUnwindSafe for MSelTx
impl Send for MSelTx
impl Sync for MSelTx
impl Unpin for MSelTx
impl UnwindSafe for MSelTx
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