pub enum TcaStatsAppMsg<'a> {
Cake(IterableCakeStatsAttrs<'a>),
Choke(PushTcChokeXstats),
Codel(PushTcCodelXstats),
Dualpi2(PushTcDualpi2Xstats),
Fq(PushTcFqQdStats),
FqCodel(PushTcFqCodelXstats),
FqPie(PushTcFqPieXstats),
Hhf(PushTcHhfXstats),
Pie(PushTcPieXstats),
Red(PushTcRedXstats),
Sfb(PushTcSfbXstats),
Sfq(PushTcSfqXstats),
}Available on crate feature
tc only.Variants§
Cake(IterableCakeStatsAttrs<'a>)
Choke(PushTcChokeXstats)
Codel(PushTcCodelXstats)
Dualpi2(PushTcDualpi2Xstats)
Fq(PushTcFqQdStats)
FqCodel(PushTcFqCodelXstats)
FqPie(PushTcFqPieXstats)
Hhf(PushTcHhfXstats)
Pie(PushTcPieXstats)
Red(PushTcRedXstats)
Sfb(PushTcSfbXstats)
Sfq(PushTcSfqXstats)
Trait Implementations§
Source§impl<'a> Clone for TcaStatsAppMsg<'a>
impl<'a> Clone for TcaStatsAppMsg<'a>
Source§fn clone(&self) -> TcaStatsAppMsg<'a>
fn clone(&self) -> TcaStatsAppMsg<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'a> Freeze for TcaStatsAppMsg<'a>
impl<'a> RefUnwindSafe for TcaStatsAppMsg<'a>
impl<'a> Send for TcaStatsAppMsg<'a>
impl<'a> Sync for TcaStatsAppMsg<'a>
impl<'a> Unpin for TcaStatsAppMsg<'a>
impl<'a> UnwindSafe for TcaStatsAppMsg<'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