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,
_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 FgpfccrCm
impl Ord for FgpfccrCm
§impl PartialOrd for FgpfccrCm
impl PartialOrd for FgpfccrCm
impl Copy for FgpfccrCm
impl Eq for FgpfccrCm
impl StructuralPartialEq for FgpfccrCm
Auto Trait Implementations§
impl Freeze for FgpfccrCm
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
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
)