Struct stm32_metapac::timer::regs::CcrDitherGp32
#[repr(transparent)]pub struct CcrDitherGp32(pub u32);
Expand description
capture/compare register x (x=1-4,6) (Dither mode enabled)
Tuple Fields§
§0: u32
Implementations§
§impl CcrDitherGp32
impl CcrDitherGp32
Trait Implementations§
§impl Clone for CcrDitherGp32
impl Clone for CcrDitherGp32
§fn clone(&self) -> CcrDitherGp32
fn clone(&self) -> CcrDitherGp32
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for CcrDitherGp32
impl Default for CcrDitherGp32
§fn default() -> CcrDitherGp32
fn default() -> CcrDitherGp32
Returns the “default value” for a type. Read more
§impl PartialEq for CcrDitherGp32
impl PartialEq for CcrDitherGp32
impl Copy for CcrDitherGp32
impl Eq for CcrDitherGp32
impl StructuralPartialEq for CcrDitherGp32
Auto Trait Implementations§
impl Freeze for CcrDitherGp32
impl RefUnwindSafe for CcrDitherGp32
impl Send for CcrDitherGp32
impl Sync for CcrDitherGp32
impl Unpin for CcrDitherGp32
impl UnwindSafe for CcrDitherGp32
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
)