Enum netlink_sys::rtnl::LinkInfoData [−][src]
pub enum LinkInfoData {
Bridge(Vec<LinkInfoBridge>),
Tun(Vec<u8>),
Nlmon(Vec<u8>),
Vlan(Vec<LinkInfoVlan>),
Dummy(Vec<u8>),
Ifb(Vec<u8>),
Veth(LinkMessage),
Vxlan(Vec<u8>),
Bond(Vec<u8>),
IpVlan(Vec<u8>),
MacVlan(Vec<u8>),
MacVtap(Vec<u8>),
GreTap(Vec<u8>),
GreTap6(Vec<u8>),
IpTun(Vec<u8>),
SitTun(Vec<u8>),
GreTun(Vec<u8>),
GreTun6(Vec<u8>),
Vti(Vec<u8>),
Vrf(Vec<u8>),
Gtp(Vec<u8>),
Other(Vec<u8>),
}Variants
Bridge(Vec<LinkInfoBridge>)Tun(Vec<u8>)Nlmon(Vec<u8>)Vlan(Vec<LinkInfoVlan>)Dummy(Vec<u8>)Ifb(Vec<u8>)Veth(LinkMessage)Vxlan(Vec<u8>)Bond(Vec<u8>)IpVlan(Vec<u8>)MacVlan(Vec<u8>)MacVtap(Vec<u8>)GreTap(Vec<u8>)GreTap6(Vec<u8>)IpTun(Vec<u8>)SitTun(Vec<u8>)GreTun(Vec<u8>)GreTun6(Vec<u8>)Vti(Vec<u8>)Vrf(Vec<u8>)Gtp(Vec<u8>)Other(Vec<u8>)
Trait Implementations
impl Debug for LinkInfoData[src]
impl Debug for LinkInfoDatafn 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 LinkInfoData[src]
impl PartialEq for LinkInfoDatafn eq(&self, other: &LinkInfoData) -> bool[src]
fn eq(&self, other: &LinkInfoData) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &LinkInfoData) -> bool[src]
fn ne(&self, other: &LinkInfoData) -> boolThis method tests for !=.
impl Eq for LinkInfoData[src]
impl Eq for LinkInfoDataimpl Clone for LinkInfoData[src]
impl Clone for LinkInfoDatafn clone(&self) -> LinkInfoData[src]
fn clone(&self) -> LinkInfoDataReturns 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 LinkInfoData[src]
impl Nla for LinkInfoDataAuto Trait Implementations
impl Send for LinkInfoData
impl Send for LinkInfoDataimpl Sync for LinkInfoData
impl Sync for LinkInfoData