[][src]Enum imxrt1062_usb1::portsc1::PIC_A

#[repr(u8)]pub enum PIC_A {
    PIC_0,
    PIC_1,
    PIC_2,
    PIC_3,
}

Port Indicator Control - Read/Write

Value on reset: 0

Variants

PIC_0

0: Port indicators are off

PIC_1

1: Amber

PIC_2

2: Green

PIC_3

3: Undefined

Trait Implementations

impl Clone for PIC_A[src]

impl Copy for PIC_A[src]

impl Debug for PIC_A[src]

impl From<PIC_A> for u8[src]

impl PartialEq<PIC_A> for PIC_A[src]

impl StructuralPartialEq for PIC_A[src]

Auto Trait Implementations

impl Send for PIC_A

impl Sync for PIC_A

impl Unpin for PIC_A

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.