Enum netlink_packet_route::tc::TcStats2
source · #[non_exhaustive]pub enum TcStats2 {
App(TcXstats),
Basic(TcStatsBasic),
Queue(TcStatsQueue),
BasicHw(TcStatsBasic),
Other(DefaultNla),
}
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Trait Implementations§
source§impl<'a, T> ParseableParametrized<NlaBuffer<&'a T>, &str> for TcStats2
impl<'a, T> ParseableParametrized<NlaBuffer<&'a T>, &str> for TcStats2
source§fn parse_with_param(
buf: &NlaBuffer<&'a T>,
kind: &str
) -> Result<Self, DecodeError>
fn parse_with_param( buf: &NlaBuffer<&'a T>, kind: &str ) -> Result<Self, DecodeError>
Deserialize the current type.
source§impl PartialEq for TcStats2
impl PartialEq for TcStats2
impl Eq for TcStats2
impl StructuralEq for TcStats2
impl StructuralPartialEq for TcStats2
Auto Trait Implementations§
impl RefUnwindSafe for TcStats2
impl Send for TcStats2
impl Sync for TcStats2
impl Unpin for TcStats2
impl UnwindSafe for TcStats2
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