[][src]Enum neli::consts::genl::CtrlCmd

pub enum CtrlCmd {
    Unspec,
    Newfamily,
    Delfamily,
    Getfamily,
    Newops,
    Delops,
    Getops,
    NewmcastGrp,
    DelmcastGrp,
    GetmcastGrp,
    UnrecognizedVariant(u8),
}

Values for cmd in Genlmsghdr

Variants

Unspec
Newfamily
Delfamily
Getfamily
Newops
Delops
Getops
NewmcastGrp
DelmcastGrp
GetmcastGrp
UnrecognizedVariant(u8)

Variant that signifies an invalid value while deserializing

Trait Implementations

impl Clone for CtrlCmd[src]

impl Cmd for CtrlCmd[src]

impl Debug for CtrlCmd[src]

impl Eq for CtrlCmd[src]

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

impl From<CtrlCmd> for u8[src]

impl From<u8> for CtrlCmd[src]

impl Hash for CtrlCmd[src]

impl Nl for CtrlCmd[src]

impl Ord for CtrlCmd[src]

impl PartialEq<CtrlCmd> for CtrlCmd[src]

impl PartialOrd<CtrlCmd> for CtrlCmd[src]

impl StructuralEq for CtrlCmd[src]

impl StructuralPartialEq for CtrlCmd[src]

Auto Trait Implementations

impl RefUnwindSafe for CtrlCmd

impl Send for CtrlCmd

impl Sync for CtrlCmd

impl Unpin for CtrlCmd

impl UnwindSafe for CtrlCmd

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.