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
impl Copy for BgpfccrAm
impl Eq for BgpfccrAm
impl StructuralPartialEq for BgpfccrAm
Auto Trait Implementations§
impl Freeze for BgpfccrAm
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
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
)