#[repr(u8)]pub enum Tstctl {
Disabled = 0,
Testj = 1,
Testk = 2,
Testsn = 3,
Testpm = 4,
Testfe = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
Disabled = 0
Test mode disabled.
Testj = 1
Test_J mode.
Testk = 2
Test_K mode.
Testsn = 3
Test_SE0_NAK mode.
Testpm = 4
Test_Packet mode.
Testfe = 5
Test_force_Enable.
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for Tstctl
impl Ord for Tstctl
Source§impl PartialOrd for Tstctl
impl PartialOrd for Tstctl
impl Copy for Tstctl
impl Eq for Tstctl
impl StructuralPartialEq for Tstctl
Auto Trait Implementations§
impl Freeze for Tstctl
impl RefUnwindSafe for Tstctl
impl Send for Tstctl
impl Sync for Tstctl
impl Unpin for Tstctl
impl UnwindSafe for Tstctl
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