Struct stm32_metapac::eth::regs::RxUnicastPacketsGood
#[repr(transparent)]pub struct RxUnicastPacketsGood(pub u32);
Expand description
Rx unicast packets good register
Tuple Fields§
§0: u32
Implementations§
§impl RxUnicastPacketsGood
impl RxUnicastPacketsGood
pub fn set_rxucastg(&mut self, val: u32)
pub fn set_rxucastg(&mut self, val: u32)
Rx Unicast Packets Good
Trait Implementations§
§impl Clone for RxUnicastPacketsGood
impl Clone for RxUnicastPacketsGood
§fn clone(&self) -> RxUnicastPacketsGood
fn clone(&self) -> RxUnicastPacketsGood
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 RxUnicastPacketsGood
impl Default for RxUnicastPacketsGood
§fn default() -> RxUnicastPacketsGood
fn default() -> RxUnicastPacketsGood
Returns the “default value” for a type. Read more
§impl PartialEq for RxUnicastPacketsGood
impl PartialEq for RxUnicastPacketsGood
impl Copy for RxUnicastPacketsGood
impl Eq for RxUnicastPacketsGood
impl StructuralPartialEq for RxUnicastPacketsGood
Auto Trait Implementations§
impl Freeze for RxUnicastPacketsGood
impl RefUnwindSafe for RxUnicastPacketsGood
impl Send for RxUnicastPacketsGood
impl Sync for RxUnicastPacketsGood
impl Unpin for RxUnicastPacketsGood
impl UnwindSafe for RxUnicastPacketsGood
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
)