Enum netlink_packet_route::link::InfoKind
source · #[non_exhaustive]pub enum InfoKind {
Show 27 variants
Dummy,
Ifb,
Bridge,
Tun,
Nlmon,
Vlan,
Veth,
Vxlan,
Bond,
IpVlan,
MacVlan,
MacVtap,
GreTap,
GreTap6,
IpTun,
SitTun,
GreTun,
GreTun6,
Vti,
Vrf,
Gtp,
Ipoib,
Wireguard,
Xfrm,
MacSec,
Hsr,
Other(String),
}
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Dummy
Ifb
Bridge
Tun
Nlmon
Vlan
Veth
Vxlan
Bond
IpVlan
MacVlan
MacVtap
GreTap
GreTap6
IpTun
SitTun
GreTun
GreTun6
Vti
Vrf
Gtp
Ipoib
Wireguard
Xfrm
MacSec
Hsr
Other(String)
Trait Implementations§
source§impl<'a, T: AsRef<[u8]> + ?Sized> ParseableParametrized<NlaBuffer<&'a T>, &InfoKind> for LinkXstats
impl<'a, T: AsRef<[u8]> + ?Sized> ParseableParametrized<NlaBuffer<&'a T>, &InfoKind> for LinkXstats
source§fn parse_with_param(
buf: &NlaBuffer<&'a T>,
_kind: &InfoKind
) -> Result<Self, DecodeError>
fn parse_with_param( buf: &NlaBuffer<&'a T>, _kind: &InfoKind ) -> Result<Self, DecodeError>
Deserialize the current type.
source§impl PartialEq for InfoKind
impl PartialEq for InfoKind
impl Eq for InfoKind
impl StructuralEq for InfoKind
impl StructuralPartialEq for InfoKind
Auto Trait Implementations§
impl RefUnwindSafe for InfoKind
impl Send for InfoKind
impl Sync for InfoKind
impl Unpin for InfoKind
impl UnwindSafe for InfoKind
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more