Enum stm32_metapac::ltdc::vals::Bf1
#[repr(u8)]pub enum Bf1 {
_RESERVED_0 = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
CONSTANT = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
PIXEL = 7,
}
Variants§
_RESERVED_0 = 0
_RESERVED_1 = 1
_RESERVED_2 = 2
_RESERVED_3 = 3
CONSTANT = 4
BF1 = constant alpha
_RESERVED_5 = 5
_RESERVED_6 = 6
PIXEL = 7
BF1 = pixel alpha * constant alpha
Implementations§
Trait Implementations§
§impl Ord for Bf1
impl Ord for Bf1
§impl PartialOrd for Bf1
impl PartialOrd for Bf1
impl Copy for Bf1
impl Eq for Bf1
impl StructuralPartialEq for Bf1
Auto Trait Implementations§
impl Freeze for Bf1
impl RefUnwindSafe for Bf1
impl Send for Bf1
impl Sync for Bf1
impl Unpin for Bf1
impl UnwindSafe for Bf1
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
)