Struct 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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for CcrDitherGp32
impl Debug for CcrDitherGp32
§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