Enum stm32_metapac::dma2d::vals::BgpfccrAm
#[repr(u8)]pub enum BgpfccrAm {
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 BgpfccrAm
impl Ord for BgpfccrAm
§impl PartialOrd for BgpfccrAm
impl PartialOrd for BgpfccrAm
§fn partial_cmp(&self, other: &BgpfccrAm) -> Option<Ordering>
fn partial_cmp(&self, other: &BgpfccrAm) -> 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 BgpfccrAm
impl Eq for BgpfccrAm
impl StructuralEq for BgpfccrAm
impl StructuralPartialEq for BgpfccrAm
Auto Trait Implementations§
impl RefUnwindSafe for BgpfccrAm
impl Send for BgpfccrAm
impl Sync for BgpfccrAm
impl Unpin for BgpfccrAm
impl UnwindSafe for BgpfccrAm
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