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