pub struct PushFec<Prev: Rec> { /* private fields */ }Available on crate feature
ethtool only.Implementations§
Source§impl<Prev: Rec> PushFec<Prev>
impl<Prev: Rec> PushFec<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn nested_header(self) -> PushHeader<Self>
pub fn nested_modes(self) -> PushBitset<Self>
pub fn push_auto(self, value: u8) -> Self
pub fn push_active(self, value: u32) -> Self
pub fn nested_stats(self) -> PushFecStat<Self>
Trait Implementations§
Auto Trait Implementations§
impl<Prev> Freeze for PushFec<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushFec<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushFec<Prev>where
Prev: Send,
impl<Prev> Sync for PushFec<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushFec<Prev>where
Prev: Unpin,
impl<Prev> UnsafeUnpin for PushFec<Prev>where
Prev: UnsafeUnpin,
impl<Prev> UnwindSafe for PushFec<Prev>where
Prev: UnwindSafe,
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