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