#[repr(u8)]pub enum Prttstctl {
Show 16 variants
DISABLED = 0,
TESTJ = 1,
TESTK = 2,
TESTSN = 3,
TESTPM = 4,
TESTFENB = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 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§
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
TESTFENB = 5
Test_force_Enable
_RESERVED_6 = 6
_RESERVED_7 = 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
Implementations§
Trait Implementations§
Source§impl Ord for Prttstctl
impl Ord for Prttstctl
Source§impl PartialOrd for Prttstctl
impl PartialOrd for Prttstctl
impl Copy for Prttstctl
impl Eq for Prttstctl
impl StructuralPartialEq for Prttstctl
Auto Trait Implementations§
impl Freeze for Prttstctl
impl RefUnwindSafe for Prttstctl
impl Send for Prttstctl
impl Sync for Prttstctl
impl Unpin for Prttstctl
impl UnwindSafe for Prttstctl
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)