pub enum TcAttr {
Unspec(Vec<u8>),
Kind(String),
Options(Vec<TcOption>),
Stats(Vec<u8>),
Xstats(Vec<u8>),
Rate(Vec<u8>),
Fcnt(Vec<u8>),
Stats2(Vec<TcStats2>),
Stab(Vec<u8>),
Pad(Vec<u8>),
Chain(Vec<u8>),
HwOffload(u8),
}
Variants§
Unspec(Vec<u8>)
Kind(String)
Options(Vec<TcOption>)
Stats(Vec<u8>)
Xstats(Vec<u8>)
Rate(Vec<u8>)
Fcnt(Vec<u8>)
Stats2(Vec<TcStats2>)
Stab(Vec<u8>)
Pad(Vec<u8>)
Chain(Vec<u8>)
HwOffload(u8)
Trait Implementations§
impl StructuralPartialEq for TcAttr
Auto Trait Implementations§
impl Freeze for TcAttr
impl RefUnwindSafe for TcAttr
impl Send for TcAttr
impl Sync for TcAttr
impl Unpin for TcAttr
impl UnwindSafe for TcAttr
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