pub enum InfoVxlan {
Show 30 variants
Unspec(Vec<u8>),
Id(u32),
Group(Vec<u8>),
Group6(Vec<u8>),
Link(u32),
Local(Vec<u8>),
Local6(Vec<u8>),
Tos(u8),
Ttl(u8),
Label(u32),
Learning(u8),
Ageing(u32),
Limit(u32),
PortRange((u16, u16)),
Proxy(u8),
Rsc(u8),
L2Miss(u8),
L3Miss(u8),
CollectMetadata(u8),
Port(u16),
UDPCsum(u8),
UDPZeroCsumTX(u8),
UDPZeroCsumRX(u8),
RemCsumTX(u8),
RemCsumRX(u8),
Gbp(u8),
Gpe(u8),
RemCsumNoPartial(u8),
TtlInherit(u8),
Df(u8),
}Variants§
Unspec(Vec<u8>)
Id(u32)
Group(Vec<u8>)
Group6(Vec<u8>)
Link(u32)
Local(Vec<u8>)
Local6(Vec<u8>)
Tos(u8)
Ttl(u8)
Label(u32)
Learning(u8)
Ageing(u32)
Limit(u32)
PortRange((u16, u16))
Proxy(u8)
Rsc(u8)
L2Miss(u8)
L3Miss(u8)
CollectMetadata(u8)
Port(u16)
UDPCsum(u8)
UDPZeroCsumTX(u8)
UDPZeroCsumRX(u8)
RemCsumTX(u8)
RemCsumRX(u8)
Gbp(u8)
Gpe(u8)
RemCsumNoPartial(u8)
TtlInherit(u8)
Df(u8)
Trait Implementations§
impl Eq for InfoVxlan
impl StructuralPartialEq for InfoVxlan
Auto Trait Implementations§
impl Freeze for InfoVxlan
impl RefUnwindSafe for InfoVxlan
impl Send for InfoVxlan
impl Sync for InfoVxlan
impl Unpin for InfoVxlan
impl UnwindSafe for InfoVxlan
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