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