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