Struct rtnetlink::NetlinkMessage[][src]

pub struct NetlinkMessage { /* fields omitted */ }

Methods

impl NetlinkMessage
[src]

Trait Implementations

impl Debug for NetlinkMessage
[src]

Formats the value using the given formatter. Read more

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

impl Clone for NetlinkMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<RtnlMessage> for NetlinkMessage
[src]

Performs the conversion.

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

Deserialize the current type.

impl Emitable for NetlinkMessage
[src]

Return the length of the serialized data.

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

Auto Trait Implementations