#[repr(u32)]pub enum NfInetHooks {
PreRouting = 0,
LocalIn = 1,
Forward = 2,
LocalOut = 3,
PostRouting = 4,
Numhooks = 5,
}
Variants§
Trait Implementations§
Source§impl Clone for NfInetHooks
impl Clone for NfInetHooks
Source§fn clone(&self) -> NfInetHooks
fn clone(&self) -> NfInetHooks
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NfInetHooks
impl Debug for NfInetHooks
impl Copy for NfInetHooks
Auto Trait Implementations§
impl Freeze for NfInetHooks
impl RefUnwindSafe for NfInetHooks
impl Send for NfInetHooks
impl Sync for NfInetHooks
impl Unpin for NfInetHooks
impl UnwindSafe for NfInetHooks
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