pub struct RequestOpQueueGetDoRequest<'r> { /* private fields */ }Available on crate feature
netdev only.Implementations§
Source§impl<'r> RequestOpQueueGetDoRequest<'r>
impl<'r> RequestOpQueueGetDoRequest<'r>
pub fn new(request: Request<'r>) -> Self
pub fn encode(&mut self) -> PushOpQueueGetDoRequest<&mut Vec<u8>>
pub fn into_encoder(self) -> PushOpQueueGetDoRequest<RequestBuf<'r>>
pub fn decode_request<'buf>( buf: &'buf [u8], ) -> IterableOpQueueGetDoRequest<'buf> ⓘ
Trait Implementations§
Source§impl<'r> Debug for RequestOpQueueGetDoRequest<'r>
impl<'r> Debug for RequestOpQueueGetDoRequest<'r>
Source§impl NetlinkRequest for RequestOpQueueGetDoRequest<'_>
impl NetlinkRequest for RequestOpQueueGetDoRequest<'_>
type ReplyType<'buf> = IterableOpQueueGetDoReply<'buf>
fn decode_reply<'buf>(buf: &'buf [u8]) -> Self::ReplyType<'buf>
Auto Trait Implementations§
impl<'r> Freeze for RequestOpQueueGetDoRequest<'r>
impl<'r> RefUnwindSafe for RequestOpQueueGetDoRequest<'r>
impl<'r> Send for RequestOpQueueGetDoRequest<'r>
impl<'r> Sync for RequestOpQueueGetDoRequest<'r>
impl<'r> Unpin for RequestOpQueueGetDoRequest<'r>
impl<'r> !UnwindSafe for RequestOpQueueGetDoRequest<'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