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