Enum rtnetlink::RtnlMessage[][src]

pub enum RtnlMessage {
    Done,
    Error(ErrorMessage),
    Ack(AckMessage),
    Noop,
    Overrun(Vec<u8>),
    NewLink(LinkMessage),
    DelLink(LinkMessage),
    GetLink(LinkMessage),
    SetLink(LinkMessage),
    NewAddress(AddressMessage),
    DelAddress(AddressMessage),
    GetAddress(AddressMessage),
    Other(Vec<u8>),
}

Variants

Methods

impl RtnlMessage
[src]

Trait Implementations

impl From<RtnlMessage> for NetlinkMessage
[src]

Performs the conversion.

impl Debug for RtnlMessage
[src]

Formats the value using the given formatter. Read more

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

impl Clone for RtnlMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RtnlMessage

impl Sync for RtnlMessage