Struct stm32_metapac::hrtim::regs::HrtimBmcmpr
#[repr(transparent)]pub struct HrtimBmcmpr(pub u32);
Expand description
High Resolution Timer: Burst Mode Compare Register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
§impl Clone for HrtimBmcmpr
impl Clone for HrtimBmcmpr
§fn clone(&self) -> HrtimBmcmpr
fn clone(&self) -> HrtimBmcmpr
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 HrtimBmcmpr
impl Default for HrtimBmcmpr
§fn default() -> HrtimBmcmpr
fn default() -> HrtimBmcmpr
Returns the “default value” for a type. Read more
§impl PartialEq for HrtimBmcmpr
impl PartialEq for HrtimBmcmpr
§fn eq(&self, other: &HrtimBmcmpr) -> bool
fn eq(&self, other: &HrtimBmcmpr) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for HrtimBmcmpr
impl Eq for HrtimBmcmpr
impl StructuralEq for HrtimBmcmpr
impl StructuralPartialEq for HrtimBmcmpr
Auto Trait Implementations§
impl RefUnwindSafe for HrtimBmcmpr
impl Send for HrtimBmcmpr
impl Sync for HrtimBmcmpr
impl Unpin for HrtimBmcmpr
impl UnwindSafe for HrtimBmcmpr
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