Enum rtnetlink::LinkAfInet6Nla[][src]

pub enum LinkAfInet6Nla {
    Flags(u32),
    CacheInfo(LinkInet6CacheInfo),
    DevConf(Box<LinkInet6DevConf>),
    Unspec(Vec<u8>),
    Stats(Box<LinkInet6Stats>),
    IcmpStats(LinkIcmp6Stats),
    Token([u8; 16]),
    AddrGenMode(u8),
    Other(DefaultNla),
}

Variants

Trait Implementations

impl Clone for LinkAfInet6Nla
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for LinkAfInet6Nla
[src]

impl PartialEq for LinkAfInet6Nla
[src]

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

This method tests for !=.

impl Debug for LinkAfInet6Nla
[src]

Formats the value using the given formatter. Read more

impl Nla for LinkAfInet6Nla
[src]

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

Deserialize the current type.

Auto Trait Implementations