pub struct ETHERNET_MMC { /* private fields */ }
Expand description
Ethernet: MAC management counters
Implementations§
Source§impl ETHERNET_MMC
impl ETHERNET_MMC
Sourcepub fn ptr() -> *const RegisterBlock
pub fn ptr() -> *const RegisterBlock
Returns a pointer to the register block
Trait Implementations§
Source§impl Deref for ETHERNET_MMC
impl Deref for ETHERNET_MMC
Source§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
Source§fn deref(&self) -> &RegisterBlock
fn deref(&self) -> &RegisterBlock
Dereferences the value.
impl Send for ETHERNET_MMC
Auto Trait Implementations§
impl Freeze for ETHERNET_MMC
impl RefUnwindSafe for ETHERNET_MMC
impl !Sync for ETHERNET_MMC
impl Unpin for ETHERNET_MMC
impl UnwindSafe for ETHERNET_MMC
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