pub struct EcnCounts { /* private fields */ }Expand description
The counts of Explicit Congestion Notification (ECN) types.
See ecn-counts of QUIC RFC 9000.
Implementations§
Trait Implementations§
impl Copy for EcnCounts
impl Eq for EcnCounts
impl StructuralPartialEq for EcnCounts
Auto Trait Implementations§
impl Freeze for EcnCounts
impl RefUnwindSafe for EcnCounts
impl Send for EcnCounts
impl Sync for EcnCounts
impl Unpin for EcnCounts
impl UnsafeUnpin for EcnCounts
impl UnwindSafe for EcnCounts
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