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