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

pub enum LogCmd {
    Bind,
    Unbind,
    PfBind,
    PfUnbind,
    UnrecognizedVariant(u8),
}

Command value for the NfLogCfg::Cmd.

Variants

Bind
Unbind
PfBind
PfUnbind
UnrecognizedVariant(u8)

Variant that signifies an invalid value while deserializing

Trait Implementations

impl Clone for LogCmd[src]

impl Debug for LogCmd[src]

impl Eq for LogCmd[src]

impl<'a> From<&'a LogCmd> for u8[src]

impl From<LogCmd> for u8[src]

impl From<u8> for LogCmd[src]

impl Hash for LogCmd[src]

impl LogCfgCmd for LogCmd[src]

impl Nl for LogCmd[src]

impl Ord for LogCmd[src]

impl PartialEq<LogCmd> for LogCmd[src]

impl PartialOrd<LogCmd> for LogCmd[src]

impl StructuralEq for LogCmd[src]

impl StructuralPartialEq for LogCmd[src]

Auto Trait Implementations

impl RefUnwindSafe for LogCmd

impl Send for LogCmd

impl Sync for LogCmd

impl Unpin for LogCmd

impl UnwindSafe for LogCmd

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.