Enum netlink_sys::rtnl::RouteTable [−][src]
pub enum RouteTable {
Unspec,
Compat,
Default,
Main,
Local,
Unknown(u8),
}Routing table
Variants
UnspecCompatDefaultMainLocalUnknown(u8)
Trait Implementations
impl Debug for RouteTable[src]
impl Debug for RouteTablefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for RouteTable[src]
impl PartialEq for RouteTablefn eq(&self, other: &RouteTable) -> bool[src]
fn eq(&self, other: &RouteTable) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &RouteTable) -> bool[src]
fn ne(&self, other: &RouteTable) -> boolThis method tests for !=.
impl Eq for RouteTable[src]
impl Eq for RouteTableimpl Hash for RouteTable[src]
impl Hash for RouteTablefn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Copy for RouteTable[src]
impl Copy for RouteTableimpl Clone for RouteTable[src]
impl Clone for RouteTablefn clone(&self) -> RouteTable[src]
fn clone(&self) -> RouteTableReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl From<RouteTable> for u8[src]
impl From<RouteTable> for u8fn from(value: RouteTable) -> u8[src]
fn from(value: RouteTable) -> u8Performs the conversion.
impl From<u8> for RouteTable[src]
impl From<u8> for RouteTablefn from(value: u8) -> RouteTable[src]
fn from(value: u8) -> RouteTablePerforms the conversion.
Auto Trait Implementations
impl Send for RouteTable
impl Send for RouteTableimpl Sync for RouteTable
impl Sync for RouteTable