pub struct PushOpPagePoolGetDumpRequest<Prev: Rec> { /* private fields */ }Available on crate feature
netdev only.Expand description
Get / dump information about Page Pools. (Only Page Pools associated with a net_device can be listed.)
Implementations§
Source§impl<Prev: Rec> PushOpPagePoolGetDumpRequest<Prev>
impl<Prev: Rec> PushOpPagePoolGetDumpRequest<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushOpPagePoolGetDumpRequest<Prev>
impl<Prev: Rec> Drop for PushOpPagePoolGetDumpRequest<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushOpPagePoolGetDumpRequest<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushOpPagePoolGetDumpRequest<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushOpPagePoolGetDumpRequest<Prev>where
Prev: Send,
impl<Prev> Sync for PushOpPagePoolGetDumpRequest<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushOpPagePoolGetDumpRequest<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushOpPagePoolGetDumpRequest<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