pub enum OpQueueGetDumpRequest {
Ifindex(u32),
}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).
Variants§
Implementations§
Source§impl OpQueueGetDumpRequest
impl OpQueueGetDumpRequest
pub fn new<'a>(buf: &'a [u8]) -> IterableOpQueueGetDumpRequest<'a> ⓘ
Trait Implementations§
Source§impl Clone for OpQueueGetDumpRequest
impl Clone for OpQueueGetDumpRequest
Source§fn clone(&self) -> OpQueueGetDumpRequest
fn clone(&self) -> OpQueueGetDumpRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for OpQueueGetDumpRequest
impl RefUnwindSafe for OpQueueGetDumpRequest
impl Send for OpQueueGetDumpRequest
impl Sync for OpQueueGetDumpRequest
impl Unpin for OpQueueGetDumpRequest
impl UnwindSafe for OpQueueGetDumpRequest
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