Struct rtnetlink::LinkMessage[][src]

pub struct LinkMessage { /* fields omitted */ }

Methods

impl LinkMessage
[src]

Trait Implementations

impl Debug for LinkMessage
[src]

Formats the value using the given formatter. Read more

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

impl Clone for LinkMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Emitable for LinkMessage
[src]

Return the length of the serialized data.

Serialize this types and write the serialized data into the given buffer. Read more

impl<'buffer, T: AsRef<[u8]> + 'buffer> Parseable<LinkMessage> for LinkBuffer<&'buffer T>
[src]

Deserialize the current type.

Auto Trait Implementations

impl Send for LinkMessage

impl Sync for LinkMessage