[][src]Enum imxrt1062_pxp::ctrl_tog::ROTATE_A

#[repr(u8)]pub enum ROTATE_A {
    ROT_0,
    ROT_90,
    ROT_180,
    ROT_270,
}

Indicates the clockwise rotation to be applied at the output buffer

Value on reset: 0

Variants

ROT_0

0: ROT_0

ROT_90

1: ROT_90

ROT_180

2: ROT_180

ROT_270

3: ROT_270

Trait Implementations

impl Clone for ROTATE_A[src]

impl Copy for ROTATE_A[src]

impl Debug for ROTATE_A[src]

impl From<ROTATE_A> for u8[src]

impl PartialEq<ROTATE_A> for ROTATE_A[src]

impl StructuralPartialEq for ROTATE_A[src]

Auto Trait Implementations

impl Send for ROTATE_A

impl Sync for ROTATE_A

impl Unpin for ROTATE_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.