Enum rtnetlink::AddressNla[][src]

pub enum AddressNla {
    Unspec(Vec<u8>),
    Address(Vec<u8>),
    Local(Vec<u8>),
    Label(String),
    Broadcast(Vec<u8>),
    Anycast(Vec<u8>),
    CacheInfo(AddressCacheInfo),
    Multicast(Vec<u8>),
    Flags(u32),
    Other(DefaultNla),
}

Variants

Trait Implementations

impl Debug for AddressNla
[src]

Formats the value using the given formatter. Read more

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

impl Clone for AddressNla
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Nla for AddressNla
[src]

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

Deserialize the current type.

Auto Trait Implementations

impl Send for AddressNla

impl Sync for AddressNla