Struct stm32_metapac::timer::regs::ArrDitherCore
#[repr(transparent)]pub struct ArrDitherCore(pub u32);
Expand description
auto-reload register (Dither mode enabled)
Tuple Fields§
§0: u32
Implementations§
§impl ArrDitherCore
impl ArrDitherCore
Trait Implementations§
§impl Clone for ArrDitherCore
impl Clone for ArrDitherCore
§fn clone(&self) -> ArrDitherCore
fn clone(&self) -> ArrDitherCore
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 ArrDitherCore
impl Default for ArrDitherCore
§fn default() -> ArrDitherCore
fn default() -> ArrDitherCore
Returns the “default value” for a type. Read more
§impl PartialEq for ArrDitherCore
impl PartialEq for ArrDitherCore
impl Copy for ArrDitherCore
impl Eq for ArrDitherCore
impl StructuralPartialEq for ArrDitherCore
Auto Trait Implementations§
impl Freeze for ArrDitherCore
impl RefUnwindSafe for ArrDitherCore
impl Send for ArrDitherCore
impl Sync for ArrDitherCore
impl Unpin for ArrDitherCore
impl UnwindSafe for ArrDitherCore
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
)