pub enum CodelAttrs {
Target(u32),
Limit(u32),
Interval(u32),
Ecn(u32),
CeThreshold(u32),
}Available on crate feature
tc only.Variants§
Implementations§
Source§impl CodelAttrs
impl CodelAttrs
pub fn new(buf: &[u8]) -> IterableCodelAttrs<'_> ⓘ
Trait Implementations§
Source§impl Clone for CodelAttrs
impl Clone for CodelAttrs
Source§fn clone(&self) -> CodelAttrs
fn clone(&self) -> CodelAttrs
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 Freeze for CodelAttrs
impl RefUnwindSafe for CodelAttrs
impl Send for CodelAttrs
impl Sync for CodelAttrs
impl Unpin for CodelAttrs
impl UnwindSafe for CodelAttrs
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