Enum netlink_packet_route::rtnl::link::nlas::InfoKind [−][src]
pub enum InfoKind {
Show 24 variants
Dummy,
Ifb,
Bridge,
Tun,
Nlmon,
Vlan,
Veth,
Vxlan,
Bond,
IpVlan,
MacVlan,
MacVtap,
GreTap,
GreTap6,
IpTun,
SitTun,
GreTun,
GreTun6,
Vti,
Vrf,
Gtp,
Ipoib,
Wireguard,
Other(String),
}
Variants
Dummy
Ifb
Bridge
Tun
Nlmon
Vlan
Veth
Vxlan
Bond
IpVlan
MacVlan
MacVtap
GreTap
GreTap6
IpTun
SitTun
GreTun
GreTun6
Vti
Vrf
Gtp
Ipoib
Wireguard
Other(String)
Tuple Fields
0: String
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InfoKind
impl UnwindSafe for InfoKind
Blanket Implementations
Mutably borrows from an owned value. Read more