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