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