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