#[repr(u16)]pub enum Tca {
Show 17 variants
Unspec = 0,
Kind = 1,
Options = 2,
Stats = 3,
Xstats = 4,
Rate = 5,
Fcnt = 6,
Stats2 = 7,
Stab = 8,
Pad = 9,
DumpInvisible = 10,
Chain = 11,
HwOffload = 12,
IngressBlock = 13,
EgressBlock = 14,
DumpFlags = 15,
_MAX = 16,
}
Variants§
Unspec = 0
Kind = 1
Options = 2
Stats = 3
Xstats = 4
Rate = 5
Fcnt = 6
Stats2 = 7
Stab = 8
Pad = 9
DumpInvisible = 10
Chain = 11
HwOffload = 12
IngressBlock = 13
EgressBlock = 14
DumpFlags = 15
_MAX = 16
Trait Implementations§
impl Copy for Tca
impl Eq for Tca
impl StructuralPartialEq for Tca
Auto Trait Implementations§
impl Freeze for Tca
impl RefUnwindSafe for Tca
impl Send for Tca
impl Sync for Tca
impl Unpin for Tca
impl UnwindSafe for Tca
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