pub enum Linkinfo<'a> {
Header(IterableHeader<'a>),
Port(u8),
Phyaddr(u8),
TpMdix(u8),
TpMdixCtrl(u8),
Transceiver(u8),
}Available on crate feature
ethtool only.Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Linkinfo<'a>
impl<'a> RefUnwindSafe for Linkinfo<'a>
impl<'a> Send for Linkinfo<'a>
impl<'a> Sync for Linkinfo<'a>
impl<'a> Unpin for Linkinfo<'a>
impl<'a> UnsafeUnpin for Linkinfo<'a>
impl<'a> UnwindSafe for Linkinfo<'a>
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