Enum stm32_metapac::dma2d::vals::FgpfccrCm
#[repr(u8)]pub enum FgpfccrCm {
Show 16 variants
ARGB8888 = 0,
RGB888 = 1,
RGB565 = 2,
ARGB1555 = 3,
ARGB4444 = 4,
L8 = 5,
AL44 = 6,
AL88 = 7,
L4 = 8,
A8 = 9,
A4 = 10,
YCBCR = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}
Variants§
ARGB8888 = 0
Color mode ARGB8888
RGB888 = 1
Color mode RGB888
RGB565 = 2
Color mode RGB565
ARGB1555 = 3
Color mode ARGB1555
ARGB4444 = 4
Color mode ARGB4444
L8 = 5
Color mode L8
AL44 = 6
Color mode AL44
AL88 = 7
Color mode AL88
L4 = 8
Color mode L4
A8 = 9
Color mode A8
A4 = 10
Color mode A4
YCBCR = 11
Color mode YCbCr
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
§impl Ord for FgpfccrCm
impl Ord for FgpfccrCm
§impl PartialOrd for FgpfccrCm
impl PartialOrd for FgpfccrCm
§fn partial_cmp(&self, other: &FgpfccrCm) -> Option<Ordering>
fn partial_cmp(&self, other: &FgpfccrCm) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for FgpfccrCm
impl Eq for FgpfccrCm
impl StructuralEq for FgpfccrCm
impl StructuralPartialEq for FgpfccrCm
Auto Trait Implementations§
impl RefUnwindSafe for FgpfccrCm
impl Send for FgpfccrCm
impl Sync for FgpfccrCm
impl Unpin for FgpfccrCm
impl UnwindSafe for FgpfccrCm
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more