Enum rtnetlink::LinkInfo[][src]

pub enum LinkInfo {
    Unspec(Vec<u8>),
    Xstats(Vec<u8>),
    Kind(LinkInfoKind),
    Data(LinkInfoData),
    SlaveKind(Vec<u8>),
    SlaveData(Vec<u8>),
}

Variants

Trait Implementations

impl Debug for LinkInfo
[src]

Formats the value using the given formatter. Read more

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

impl Clone for LinkInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Nla for LinkInfo
[src]

Auto Trait Implementations

impl Send for LinkInfo

impl Sync for LinkInfo