Enum xhci::registers::operational::TestMode[][src]

pub enum TestMode {
    NotEnabled,
    JState,
    KState,
    Se0Nak,
    Pakcet,
    ForceEnable,
    PortTestControlError,
}

Variants

NotEnabled

Test mode not enabled.

JState

Test J_STATE.

KState

Test K_STATE.

Se0Nak

Test SE0_NAK.

Pakcet

Test Packet.

ForceEnable

Test FORCE_ENABLE.

PortTestControlError

Port Test Control Error.

Trait Implementations

impl Clone for TestMode[src]

impl Copy for TestMode[src]

impl Debug for TestMode[src]

impl Eq for TestMode[src]

impl FromPrimitive for TestMode[src]

impl Hash for TestMode[src]

impl Ord for TestMode[src]

impl PartialEq<TestMode> for TestMode[src]

impl PartialOrd<TestMode> for TestMode[src]

impl StructuralEq for TestMode[src]

impl StructuralPartialEq for TestMode[src]

Auto Trait Implementations

impl Send for TestMode

impl Sync for TestMode

impl Unpin for TestMode

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.