pub struct ETHERNET { /* private fields */ }Expand description
SMSC LAN9220
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ETHERNET
impl RefUnwindSafe for ETHERNET
impl !Sync for ETHERNET
impl Unpin for ETHERNET
impl UnwindSafe for ETHERNET
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