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
impl Copy for TxLpiTranCntr
impl Eq for TxLpiTranCntr
impl StructuralPartialEq for TxLpiTranCntr
Auto Trait Implementations§
impl Freeze for TxLpiTranCntr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)