[][src]Enum neli::consts::netfilter::NfLogCfg

pub enum NfLogCfg {
    Cmd,
    Mode,
    NlBufSize,
    Timeout,
    QThresh,
    Flags,
    UnrecognizedVariant(u16),
}

Configuration attributes for netfilter logging.

See [LogConfigReq][crate::netfilter::LogConfigReq]

Variants

Cmd
Mode
NlBufSize
Timeout
QThresh
Flags
UnrecognizedVariant(u16)

Variant that signifies an invalid value while deserializing

Trait Implementations

impl Clone for NfLogCfg[src]

impl Debug for NfLogCfg[src]

impl Eq for NfLogCfg[src]

impl<'a> From<&'a NfLogCfg> for u16[src]

impl From<NfLogCfg> for u16[src]

impl From<u16> for NfLogCfg[src]

impl Hash for NfLogCfg[src]

impl Nl for NfLogCfg[src]

impl NlAttrType for NfLogCfg[src]

impl Ord for NfLogCfg[src]

impl PartialEq<NfLogCfg> for NfLogCfg[src]

impl PartialOrd<NfLogCfg> for NfLogCfg[src]

impl StructuralEq for NfLogCfg[src]

impl StructuralPartialEq for NfLogCfg[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.