Struct stm32_metapac::ltdc::regs::Bccr
#[repr(transparent)]pub struct Bccr(pub u32);
Expand description
Background Color Configuration Register
Tuple Fields§
§0: u32
Implementations§
§impl Bccr
impl Bccr
pub fn set_bcblue(&mut self, val: u8)
pub fn set_bcblue(&mut self, val: u8)
Background color blue value
pub fn set_bcgreen(&mut self, val: u8)
pub fn set_bcgreen(&mut self, val: u8)
Background color green value
Trait Implementations§
impl Copy for Bccr
impl Eq for Bccr
impl StructuralPartialEq for Bccr
Auto Trait Implementations§
impl Freeze for Bccr
impl RefUnwindSafe for Bccr
impl Send for Bccr
impl Sync for Bccr
impl Unpin for Bccr
impl UnwindSafe for Bccr
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
)