pub enum Linkstate<'a> {
Header(IterableHeader<'a>),
Link(u8),
Sqi(u32),
SqiMax(u32),
ExtState(u8),
ExtSubstate(u8),
ExtDownCnt(u32),
}Available on crate feature
ethtool only.Variants§
Header(IterableHeader<'a>)
Link(u8)
Sqi(u32)
SqiMax(u32)
ExtState(u8)
ExtSubstate(u8)
ExtDownCnt(u32)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Linkstate<'a>
impl<'a> RefUnwindSafe for Linkstate<'a>
impl<'a> Send for Linkstate<'a>
impl<'a> Sync for Linkstate<'a>
impl<'a> Unpin for Linkstate<'a>
impl<'a> UnsafeUnpin for Linkstate<'a>
impl<'a> UnwindSafe for Linkstate<'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