pub struct Netfilter;Expand description
Netfilter protocol state.
Used for netfilter operations, primarily connection tracking (conntrack). This is a zero-sized type with no additional state.
Trait Implementations§
Source§impl ProtocolState for Netfilter
impl ProtocolState for Netfilter
impl Copy for Netfilter
Auto Trait Implementations§
impl Freeze for Netfilter
impl RefUnwindSafe for Netfilter
impl Send for Netfilter
impl Sync for Netfilter
impl Unpin for Netfilter
impl UnwindSafe for Netfilter
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