#[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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)