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
impl Copy for BgpfccrCm
impl Eq for BgpfccrCm
impl StructuralPartialEq for BgpfccrCm
Auto Trait Implementations§
impl Freeze for BgpfccrCm
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)