pub enum PieAttrs {
Target(u32),
Limit(u32),
Tupdate(u32),
Alpha(u32),
Beta(u32),
Ecn(u32),
Bytemode(u32),
DqRateEstimator(u32),
}Available on crate feature
tc only.Variants§
Target(u32)
Limit(u32)
Tupdate(u32)
Alpha(u32)
Beta(u32)
Ecn(u32)
Bytemode(u32)
DqRateEstimator(u32)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PieAttrs
impl RefUnwindSafe for PieAttrs
impl Send for PieAttrs
impl Sync for PieAttrs
impl Unpin for PieAttrs
impl UnwindSafe for PieAttrs
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