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