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