pub struct PushOpGetpolicyDumpRequest<Prev: Rec> { /* private fields */ }Available on crate feature
nlctrl only.Expand description
Get / dump genetlink policies
Implementations§
Source§impl<Prev: Rec> PushOpGetpolicyDumpRequest<Prev>
impl<Prev: Rec> PushOpGetpolicyDumpRequest<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn push_family_id(self, value: u16) -> Self
pub fn push_family_name(self, value: &CStr) -> Self
pub fn push_family_name_bytes(self, value: &[u8]) -> Self
pub fn push_op(self, value: u32) -> Self
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushOpGetpolicyDumpRequest<Prev>
impl<Prev: Rec> Drop for PushOpGetpolicyDumpRequest<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushOpGetpolicyDumpRequest<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushOpGetpolicyDumpRequest<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushOpGetpolicyDumpRequest<Prev>where
Prev: Send,
impl<Prev> Sync for PushOpGetpolicyDumpRequest<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushOpGetpolicyDumpRequest<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushOpGetpolicyDumpRequest<Prev>where
Prev: UnwindSafe,
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