Struct rtnetlink::DefaultNla[][src]

pub struct DefaultNla { /* fields omitted */ }

Trait Implementations

impl Debug for DefaultNla
[src]

Formats the value using the given formatter. Read more

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

impl Clone for DefaultNla
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Nla for DefaultNla
[src]

impl<'buffer, T: AsRef<[u8]> + ?Sized> Parseable<DefaultNla> for NlaBuffer<&'buffer T>
[src]

Deserialize the current type.

Auto Trait Implementations

impl Send for DefaultNla

impl Sync for DefaultNla