Enum rtnetlink::LinkAfInetNla[][src]

pub enum LinkAfInetNla {
    DevConf(LinkInetDevConf),
    Unspec(Vec<u8>),
    Other(DefaultNla),
}

Variants

Trait Implementations

impl Clone for LinkAfInetNla
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for LinkAfInetNla
[src]

impl PartialEq for LinkAfInetNla
[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 LinkAfInetNla
[src]

Formats the value using the given formatter. Read more

impl Nla for LinkAfInetNla
[src]

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

Deserialize the current type.

Auto Trait Implementations