pub struct nftnl_ruleset(/* private fields */);Auto Trait Implementations§
impl Freeze for nftnl_ruleset
impl RefUnwindSafe for nftnl_ruleset
impl Send for nftnl_ruleset
impl Sync for nftnl_ruleset
impl Unpin for nftnl_ruleset
impl UnsafeUnpin for nftnl_ruleset
impl UnwindSafe for nftnl_ruleset
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