Enum stm32_metapac::dma2d::vals::OpfccrCm
#[repr(u8)]pub enum OpfccrCm {
ARGB8888 = 0,
RGB888 = 1,
RGB565 = 2,
ARGB1555 = 3,
ARGB4444 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
ARGB8888 = 0
ARGB8888
RGB888 = 1
RGB888
RGB565 = 2
RGB565
ARGB1555 = 3
ARGB1555
ARGB4444 = 4
ARGB4444
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
§impl Ord for OpfccrCm
impl Ord for OpfccrCm
§impl PartialOrd for OpfccrCm
impl PartialOrd for OpfccrCm
§fn partial_cmp(&self, other: &OpfccrCm) -> Option<Ordering>
fn partial_cmp(&self, other: &OpfccrCm) -> 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 OpfccrCm
impl Eq for OpfccrCm
impl StructuralEq for OpfccrCm
impl StructuralPartialEq for OpfccrCm
Auto Trait Implementations§
impl RefUnwindSafe for OpfccrCm
impl Send for OpfccrCm
impl Sync for OpfccrCm
impl Unpin for OpfccrCm
impl UnwindSafe for OpfccrCm
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