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