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