pub struct PushOpQueueGetDumpRequest<Prev: Rec> { /* private fields */ }Available on crate feature
netdev only.Expand description
Get queue information from the kernel. Only configured queues will be reported (as opposed to all available hardware queues).
Implementations§
Source§impl<Prev: Rec> PushOpQueueGetDumpRequest<Prev>
impl<Prev: Rec> PushOpQueueGetDumpRequest<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
Sourcepub fn push_ifindex(self, value: u32) -> Self
pub fn push_ifindex(self, value: u32) -> Self
ifindex of the netdevice to which the queue belongs.
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushOpQueueGetDumpRequest<Prev>
impl<Prev: Rec> Drop for PushOpQueueGetDumpRequest<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushOpQueueGetDumpRequest<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushOpQueueGetDumpRequest<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushOpQueueGetDumpRequest<Prev>where
Prev: Send,
impl<Prev> Sync for PushOpQueueGetDumpRequest<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushOpQueueGetDumpRequest<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushOpQueueGetDumpRequest<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