pub struct PushPseNtf<Prev: Pusher> { /* private fields */ }Available on crate feature
ethtool only.Implementations§
Source§impl<Prev: Pusher> PushPseNtf<Prev>
impl<Prev: Pusher> PushPseNtf<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn nested_header(self) -> PushHeader<Self>
Sourcepub fn push_events(self, value: u32) -> Self
pub fn push_events(self, value: u32) -> Self
List of events reported by the PSE controller
Associated type: PseEvent (enum)
Trait Implementations§
Source§impl<Prev: Pusher> Drop for PushPseNtf<Prev>
impl<Prev: Pusher> Drop for PushPseNtf<Prev>
Source§impl<Prev: Pusher> Pusher for PushPseNtf<Prev>
impl<Prev: Pusher> Pusher for PushPseNtf<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushPseNtf<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushPseNtf<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushPseNtf<Prev>where
Prev: Send,
impl<Prev> Sync for PushPseNtf<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushPseNtf<Prev>where
Prev: Unpin,
impl<Prev> UnsafeUnpin for PushPseNtf<Prev>where
Prev: UnsafeUnpin,
impl<Prev> UnwindSafe for PushPseNtf<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