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