pub struct EMAC { /* private fields */ }
Expand description
Ethernet Medium Access Controller
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EMAC
impl RefUnwindSafe for EMAC
impl !Sync for EMAC
impl Unpin for EMAC
impl UnwindSafe for EMAC
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