pub struct OpQueueGetDump<'r> { /* 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).
Request attributes:
Reply attributes:
Implementations§
Source§impl<'r> OpQueueGetDump<'r>
impl<'r> OpQueueGetDump<'r>
pub fn new(request: Request<'r>) -> Self
pub fn encode_request<'buf>( buf: &'buf mut Vec<u8>, ) -> PushQueue<&'buf mut Vec<u8>>
pub fn encode(&mut self) -> PushQueue<&mut Vec<u8>>
pub fn into_encoder(self) -> PushQueue<RequestBuf<'r>>
pub fn decode_request<'a>(buf: &'a [u8]) -> IterableQueue<'a> ⓘ
Trait Implementations§
Source§impl<'r> Debug for OpQueueGetDump<'r>
impl<'r> Debug for OpQueueGetDump<'r>
Source§impl NetlinkRequest for OpQueueGetDump<'_>
impl NetlinkRequest for OpQueueGetDump<'_>
type ReplyType<'buf> = IterableQueue<'buf>
fn decode_reply<'buf>(buf: &'buf [u8]) -> Self::ReplyType<'buf>
Auto Trait Implementations§
impl<'r> Freeze for OpQueueGetDump<'r>
impl<'r> RefUnwindSafe for OpQueueGetDump<'r>
impl<'r> Send for OpQueueGetDump<'r>
impl<'r> Sync for OpQueueGetDump<'r>
impl<'r> Unpin for OpQueueGetDump<'r>
impl<'r> UnsafeUnpin for OpQueueGetDump<'r>
impl<'r> !UnwindSafe for OpQueueGetDump<'r>
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