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