Enum rtnetlink::RouteTable[][src]

pub enum RouteTable {
    Unspec,
    Compat,
    Default,
    Main,
    Local,
    Unknown(u8),
}

Routing table

Variants

Trait Implementations

impl Debug for RouteTable
[src]

Formats the value using the given formatter. Read more

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

impl Hash for RouteTable
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Copy for RouteTable
[src]

impl Clone for RouteTable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<RouteTable> for u8
[src]

Performs the conversion.

impl From<u8> for RouteTable
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for RouteTable

impl Sync for RouteTable