pub enum MetaKeys {
Show 36 variants
Len = 0,
Protocol = 1,
Priority = 2,
Mark = 3,
Iif = 4,
Oif = 5,
Iifname = 6,
Oifname = 7,
Iftype = 8,
Oiftype = 9,
Skuid = 10,
Skgid = 11,
Nftrace = 12,
Rtclassid = 13,
Secmark = 14,
Nfproto = 15,
L4Proto = 16,
BriIifname = 17,
BriOifname = 18,
Pkttype = 19,
Cpu = 20,
Iifgroup = 21,
Oifgroup = 22,
Cgroup = 23,
Prandom = 24,
Secpath = 25,
Iifkind = 26,
Oifkind = 27,
BriIifpvid = 28,
BriIifvproto = 29,
TimeNs = 30,
TimeDay = 31,
TimeHour = 32,
Sdif = 33,
Sdifname = 34,
BriBroute = 35,
}Available on crate feature
nftables only.Expand description
Enum - defines an integer enumeration, with values for each entry incrementing by 1, (e.g. 0, 1, 2, 3)
Variants§
Len = 0
Protocol = 1
Priority = 2
Mark = 3
Iif = 4
Oif = 5
Iifname = 6
Oifname = 7
Iftype = 8
Oiftype = 9
Skuid = 10
Skgid = 11
Nftrace = 12
Rtclassid = 13
Secmark = 14
Nfproto = 15
L4Proto = 16
BriIifname = 17
BriOifname = 18
Pkttype = 19
Cpu = 20
Iifgroup = 21
Oifgroup = 22
Cgroup = 23
Prandom = 24
Secpath = 25
Iifkind = 26
Oifkind = 27
BriIifpvid = 28
BriIifvproto = 29
TimeNs = 30
TimeDay = 31
TimeHour = 32
Sdif = 33
Sdifname = 34
BriBroute = 35
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MetaKeys
impl RefUnwindSafe for MetaKeys
impl Send for MetaKeys
impl Sync for MetaKeys
impl Unpin for MetaKeys
impl UnwindSafe for MetaKeys
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