Enum stm32f4::stm32f469::ltdc::layer::pfcr::PF_A[][src]

#[repr(u8)]pub enum PF_A {
    ARGB8888,
    RGB888,
    RGB565,
    ARGB1555,
    ARGB4444,
    L8,
    AL44,
    AL88,
}

Pixel Format

Value on reset: 0

Variants

ARGB8888

0: ARGB8888

RGB888

1: RGB888

RGB565

2: RGB565

ARGB1555

3: ARGB1555

ARGB4444

4: ARGB4444

L8

5: L8 (8-bit luminance)

AL44

6: AL44 (4-bit alpha, 4-bit luminance)

AL88

7: AL88 (8-bit alpha, 8-bit luminance)

Trait Implementations

impl Clone for PF_A[src]

impl Copy for PF_A[src]

impl Debug for PF_A[src]

impl PartialEq<PF_A> for PF_A[src]

impl StructuralPartialEq for PF_A[src]

Auto Trait Implementations

impl Send for PF_A[src]

impl Sync for PF_A[src]

impl Unpin for PF_A[src]

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.