Enum stm32_metapac::dma2d::vals::BgpfccrCm
#[repr(u8)]pub enum BgpfccrCm {
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,
_RESERVED_b = 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
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
§impl Ord for BgpfccrCm
impl Ord for BgpfccrCm
§impl PartialOrd for BgpfccrCm
impl PartialOrd for BgpfccrCm
§fn partial_cmp(&self, other: &BgpfccrCm) -> Option<Ordering>
fn partial_cmp(&self, other: &BgpfccrCm) -> 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 BgpfccrCm
impl Eq for BgpfccrCm
impl StructuralEq for BgpfccrCm
impl StructuralPartialEq for BgpfccrCm
Auto Trait Implementations§
impl RefUnwindSafe for BgpfccrCm
impl Send for BgpfccrCm
impl Sync for BgpfccrCm
impl Unpin for BgpfccrCm
impl UnwindSafe for BgpfccrCm
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