pub enum Attrs<'a> {
Show 16 variants
Kind(&'a CStr),
Options(OptionsMsg<'a>),
Stats(PushTcStats),
Xstats(TcaStatsAppMsg<'a>),
Rate(PushGnetEstimator),
Fcnt(u32),
Stats2(IterableTcaStatsAttrs<'a>),
Stab(IterableTcaStabAttrs<'a>),
Pad(&'a [u8]),
DumpInvisible(()),
Chain(u32),
HwOffload(u8),
IngressBlock(u32),
EgressBlock(u32),
DumpFlags(PushBuiltinBitfield32),
ExtWarnMsg(&'a CStr),
}Available on crate feature
tc only.Expand description
State transition probabilities for 4 state model Gilbert-Elliot models
Variants§
Kind(&'a CStr)
Options(OptionsMsg<'a>)
Stats(PushTcStats)
Xstats(TcaStatsAppMsg<'a>)
Rate(PushGnetEstimator)
Fcnt(u32)
Stats2(IterableTcaStatsAttrs<'a>)
Stab(IterableTcaStabAttrs<'a>)
Pad(&'a [u8])
DumpInvisible(())
Chain(u32)
HwOffload(u8)
IngressBlock(u32)
EgressBlock(u32)
DumpFlags(PushBuiltinBitfield32)
ExtWarnMsg(&'a CStr)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Attrs<'a>
impl<'a> RefUnwindSafe for Attrs<'a>
impl<'a> Send for Attrs<'a>
impl<'a> Sync for Attrs<'a>
impl<'a> Unpin for Attrs<'a>
impl<'a> UnwindSafe for Attrs<'a>
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