pub struct PushIrqModeration<Prev: Pusher> { /* private fields */ }Available on crate feature
ethtool only.Implementations§
Trait Implementations§
Source§impl<Prev: Pusher> Drop for PushIrqModeration<Prev>
impl<Prev: Pusher> Drop for PushIrqModeration<Prev>
Source§impl<Prev: Pusher> Pusher for PushIrqModeration<Prev>
impl<Prev: Pusher> Pusher for PushIrqModeration<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushIrqModeration<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushIrqModeration<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushIrqModeration<Prev>where
Prev: Send,
impl<Prev> Sync for PushIrqModeration<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushIrqModeration<Prev>where
Prev: Unpin,
impl<Prev> UnsafeUnpin for PushIrqModeration<Prev>where
Prev: UnsafeUnpin,
impl<Prev> UnwindSafe for PushIrqModeration<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