Enum rtnetlink::LinkInfoKind[][src]

pub enum LinkInfoKind {
    Dummy,
    Ifb,
    Bridge,
    Tun,
    Nlmon,
    Vlan,
    Veth,
    Vxlan,
    Bond,
    IpVlan,
    MacVlan,
    MacVtap,
    GreTap,
    GreTap6,
    IpTun,
    SitTun,
    GreTun,
    GreTun6,
    Vti,
    Vrf,
    Gtp,
    Other(String),
}

Variants

Trait Implementations

impl Debug for LinkInfoKind
[src]

Formats the value using the given formatter. Read more

impl PartialEq for LinkInfoKind
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for LinkInfoKind
[src]

impl Clone for LinkInfoKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Nla for LinkInfoKind
[src]

impl<'buffer, T: AsRef<[u8]> + ?Sized> Parseable<LinkInfoKind> for NlaBuffer<&'buffer T>
[src]

Deserialize the current type.

Auto Trait Implementations