#[repr(u8)]pub enum Txchcnt {
Show 16 variants
M_1TXCH = 0,
M_2TXCH = 1,
M_3TXCH = 2,
M_4TXCH = 3,
M_5TXCH = 4,
M_6TXCH = 5,
M_7TXCH = 6,
M_8TXCH = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
M_1TXCH = 0
1 MTL Tx Channel
M_2TXCH = 1
2 MTL Tx Channels
M_3TXCH = 2
3 MTL Tx Channels
M_4TXCH = 3
4 MTL Tx Channels
M_5TXCH = 4
5 MTL Tx Channels
M_6TXCH = 5
6 MTL Tx Channels
M_7TXCH = 6
7 MTL Tx Channels
M_8TXCH = 7
8 MTL Tx Channels
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Ord for Txchcnt
impl Ord for Txchcnt
Source§impl PartialOrd for Txchcnt
impl PartialOrd for Txchcnt
impl Copy for Txchcnt
impl Eq for Txchcnt
impl StructuralPartialEq for Txchcnt
Auto Trait Implementations§
impl Freeze for Txchcnt
impl RefUnwindSafe for Txchcnt
impl Send for Txchcnt
impl Sync for Txchcnt
impl Unpin for Txchcnt
impl UnwindSafe for Txchcnt
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