Enum efm32gg11b::ebi::tftcolorformat::PIXEL0FORMAT_A[][src]

#[repr(u8)]
pub enum PIXEL0FORMAT_A {
    ARGB0555,
    ARGB0565,
    ARGB0666,
    ARGB0888,
    ARGB5555,
    ARGB6565,
    ARGB6666,
    ARGB8888,
}
Expand description

Sprite Pixel Color Format

Value on reset: 0

Variants

ARGB0555

0: ARGB data is 0555

ARGB0565

1: ARGB data is 0565

ARGB0666

2: ARGB data is 0666

ARGB0888

3: ARGB data is 0888

ARGB5555

4: ARGB data is 5555

ARGB6565

5: ARGB data is 6565

ARGB6666

6: ARGB data is 6666

ARGB8888

7: ARGB data is 8888

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.