Struct rtnetlink::ErrorMessage[][src]

pub struct ErrorMessage {
    pub code: i32,
    pub header: NetlinkHeader,
}

Fields

Trait Implementations

impl Debug for ErrorMessage
[src]

Formats the value using the given formatter. Read more

impl Clone for ErrorMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Emitable for ErrorMessage
[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<ErrorMessage> for ErrorBuffer<&'buffer T>
[src]

Deserialize the current type.

Auto Trait Implementations