Struct stm32_metapac::dma2d::regs::Bgpfccr
#[repr(transparent)]pub struct Bgpfccr(pub u32);
Expand description
background PFC control register
Tuple Fields§
§0: u32
Implementations§
§impl Bgpfccr
impl Bgpfccr
pub const fn ccm(&self) -> BgpfccrCcm
pub const fn ccm(&self) -> BgpfccrCcm
CLUT Color mode
pub fn set_ccm(&mut self, val: BgpfccrCcm)
pub fn set_ccm(&mut self, val: BgpfccrCcm)
CLUT Color mode
pub const fn start(&self) -> BgpfccrStart
pub const fn start(&self) -> BgpfccrStart
Start
pub fn set_start(&mut self, val: BgpfccrStart)
pub fn set_start(&mut self, val: BgpfccrStart)
Start
Trait Implementations§
impl Copy for Bgpfccr
impl Eq for Bgpfccr
impl StructuralPartialEq for Bgpfccr
Auto Trait Implementations§
impl Freeze for Bgpfccr
impl RefUnwindSafe for Bgpfccr
impl Send for Bgpfccr
impl Sync for Bgpfccr
impl Unpin for Bgpfccr
impl UnwindSafe for Bgpfccr
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
)