[][src]Enum neli::consts::rtnl::Iff

pub enum Iff {
    Up,
    Broadcast,
    Debug,
    Loopback,
    Pointopoint,
    Running,
    Noarp,
    Promisc,
    Notrailers,
    Allmulti,
    Master,
    Slave,
    Multicast,
    Portsel,
    Automedia,
    Dynamic,
    LowerUp,
    Dormant,
    Echo,
    UnrecognizedVariant(c_uint),
}

Values for ifi_flags in Ifinfomsg

Variants

Up
Broadcast
Debug
Loopback
Pointopoint
Running
Noarp
Promisc
Notrailers
Allmulti
Master
Slave
Multicast
Portsel
Automedia
Dynamic
LowerUp
Dormant
Echo
UnrecognizedVariant(c_uint)

Variant that signifies an invalid value while deserializing

Trait Implementations

impl Nl for Iff[src]

impl Eq for Iff[src]

impl Clone for Iff[src]

impl PartialEq<Iff> for Iff[src]

impl From<u32> for Iff[src]

impl From<Iff> for c_uint[src]

impl<'a> From<&'a Iff> for c_uint[src]

impl Debug for Iff[src]

Auto Trait Implementations

impl Send for Iff

impl Unpin for Iff

impl Sync for Iff

impl UnwindSafe for Iff

impl RefUnwindSafe for Iff

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]