Enum stm32_metapac::dma2d::vals::FgpfccrAm
#[repr(u8)]pub enum FgpfccrAm {
NOMODIFY = 0,
REPLACE = 1,
MULTIPLY = 2,
_RESERVED_3 = 3,
}
Variants§
NOMODIFY = 0
No modification of alpha channel
REPLACE = 1
Replace with value in ALPHA[7:0]
MULTIPLY = 2
Multiply with value in ALPHA[7:0]
_RESERVED_3 = 3
Implementations§
Trait Implementations§
§impl Ord for FgpfccrAm
impl Ord for FgpfccrAm
§impl PartialOrd for FgpfccrAm
impl PartialOrd for FgpfccrAm
§fn partial_cmp(&self, other: &FgpfccrAm) -> Option<Ordering>
fn partial_cmp(&self, other: &FgpfccrAm) -> 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 FgpfccrAm
impl Eq for FgpfccrAm
impl StructuralEq for FgpfccrAm
impl StructuralPartialEq for FgpfccrAm
Auto Trait Implementations§
impl RefUnwindSafe for FgpfccrAm
impl Send for FgpfccrAm
impl Sync for FgpfccrAm
impl Unpin for FgpfccrAm
impl UnwindSafe for FgpfccrAm
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