Enum netlink_sys::rtnl::LinkInfo [−][src]
pub enum LinkInfo {
Unspec(Vec<u8>),
Xstats(Vec<u8>),
Kind(LinkInfoKind),
Data(LinkInfoData),
SlaveKind(Vec<u8>),
SlaveData(Vec<u8>),
}Variants
Unspec(Vec<u8>)Xstats(Vec<u8>)Kind(LinkInfoKind)Data(LinkInfoData)SlaveKind(Vec<u8>)SlaveData(Vec<u8>)
Trait Implementations
impl Debug for LinkInfo[src]
impl Debug for LinkInfofn 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 LinkInfo[src]
impl PartialEq for LinkInfofn eq(&self, other: &LinkInfo) -> bool[src]
fn eq(&self, other: &LinkInfo) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &LinkInfo) -> bool[src]
fn ne(&self, other: &LinkInfo) -> boolThis method tests for !=.
impl Eq for LinkInfo[src]
impl Eq for LinkInfoimpl Clone for LinkInfo[src]
impl Clone for LinkInfofn clone(&self) -> LinkInfo[src]
fn clone(&self) -> LinkInfoReturns 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 Nla for LinkInfo[src]
impl Nla for LinkInfo