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