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