#[repr(u16)]pub enum Vxlan {
Show 31 variants
Unspec = 0,
Id = 1,
Group = 2,
Link = 3,
Local = 4,
Ttl = 5,
Tos = 6,
Learning = 7,
Ageing = 8,
Limit = 9,
PortRange = 10,
Proxy = 11,
Rsc = 12,
L2Miss = 13,
L3Miss = 14,
Port = 15,
Group6 = 16,
Local6 = 17,
UdpCsum = 18,
UdpZeroCsum6Tx = 19,
UdpZeroCsum6Rx = 20,
RemcsumTx = 21,
RemcsumRx = 22,
Gbp = 23,
RemcsumNopartial = 24,
CollectMetadata = 25,
Label = 26,
Gpe = 27,
TtlInherit = 28,
Df = 29,
_MAX = 30,
}
Variants§
Unspec = 0
Id = 1
Group = 2
Link = 3
Local = 4
Ttl = 5
Tos = 6
Learning = 7
Ageing = 8
Limit = 9
PortRange = 10
Proxy = 11
Rsc = 12
L2Miss = 13
L3Miss = 14
Port = 15
Group6 = 16
Local6 = 17
UdpCsum = 18
UdpZeroCsum6Tx = 19
UdpZeroCsum6Rx = 20
RemcsumTx = 21
RemcsumRx = 22
Gbp = 23
RemcsumNopartial = 24
CollectMetadata = 25
Label = 26
Gpe = 27
TtlInherit = 28
Df = 29
_MAX = 30
Trait Implementations§
impl Copy for Vxlan
impl Eq for Vxlan
impl StructuralPartialEq for Vxlan
Auto Trait Implementations§
impl Freeze for Vxlan
impl RefUnwindSafe for Vxlan
impl Send for Vxlan
impl Sync for Vxlan
impl Unpin for Vxlan
impl UnwindSafe for Vxlan
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