pub struct PushFqPieAttrs<Prev: Rec> { /* private fields */ }Available on crate feature
tc only.Implementations§
Source§impl<Prev: Rec> PushFqPieAttrs<Prev>
impl<Prev: Rec> PushFqPieAttrs<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn push_limit(self, value: u32) -> Self
pub fn push_flows(self, value: u32) -> Self
pub fn push_target(self, value: u32) -> Self
pub fn push_tupdate(self, value: u32) -> Self
pub fn push_alpha(self, value: u32) -> Self
pub fn push_beta(self, value: u32) -> Self
pub fn push_quantum(self, value: u32) -> Self
pub fn push_memory_limit(self, value: u32) -> Self
pub fn push_ecn_prob(self, value: u32) -> Self
pub fn push_ecn(self, value: u32) -> Self
pub fn push_bytemode(self, value: u32) -> Self
pub fn push_dq_rate_estimator(self, value: u32) -> Self
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushFqPieAttrs<Prev>
impl<Prev: Rec> Drop for PushFqPieAttrs<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushFqPieAttrs<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushFqPieAttrs<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushFqPieAttrs<Prev>where
Prev: Send,
impl<Prev> Sync for PushFqPieAttrs<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushFqPieAttrs<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushFqPieAttrs<Prev>where
Prev: UnwindSafe,
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