[][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 Nl for CtrlCmd[src]

impl Cmd for CtrlCmd[src]

impl Eq for CtrlCmd[src]

impl Clone for CtrlCmd[src]

impl PartialEq<CtrlCmd> for CtrlCmd[src]

impl From<u8> for CtrlCmd[src]

impl From<CtrlCmd> for u8[src]

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

impl Debug for CtrlCmd[src]

Auto Trait Implementations

impl Send for CtrlCmd

impl Unpin for CtrlCmd

impl Sync for CtrlCmd

impl UnwindSafe for CtrlCmd

impl RefUnwindSafe for CtrlCmd

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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.

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

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

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