Struct stm32_metapac::ltdc::regs::Ckcr
#[repr(transparent)]pub struct Ckcr(pub u32);
Expand description
Layerx Color Keying Configuration Register
Tuple Fields§
§0: u32
Implementations§
§impl Ckcr
impl Ckcr
pub fn set_ckblue(&mut self, val: u8)
pub fn set_ckblue(&mut self, val: u8)
Color Key Blue value
pub fn set_ckgreen(&mut self, val: u8)
pub fn set_ckgreen(&mut self, val: u8)
Color Key Green value
Trait Implementations§
impl Copy for Ckcr
impl Eq for Ckcr
impl StructuralPartialEq for Ckcr
Auto Trait Implementations§
impl Freeze for Ckcr
impl RefUnwindSafe for Ckcr
impl Send for Ckcr
impl Sync for Ckcr
impl Unpin for Ckcr
impl UnwindSafe for Ckcr
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
)