#[repr(u8)]pub enum AM_A {
NoModify = 0,
Replace = 1,
Multiply = 2,
}Expand description
Alpha mode
Value on reset: 0
Variants§
NoModify = 0
0: No modification of alpha channel
Replace = 1
1: Replace with value in ALPHA[7:0]
Multiply = 2
2: Multiply with value in ALPHA[7:0]
Trait Implementations§
impl Copy for AM_A
impl StructuralPartialEq for AM_A
Auto Trait Implementations§
impl Freeze for AM_A
impl RefUnwindSafe for AM_A
impl Send for AM_A
impl Sync for AM_A
impl Unpin for AM_A
impl UnwindSafe for AM_A
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