pub struct H2ByteAccounting {
pub zero_bytes_read: usize,
pub overhead_bin: usize,
pub overhead_bout: usize,
}Expand description
Byte accounting for connection overhead attribution.
Fields§
§zero_bytes_read: usizeBytes read on the zero stream not yet attributed to a stream.
overhead_bin: usizeOverhead bytes received (connection-level frames).
overhead_bout: usizeOverhead bytes sent (connection-level frames).
Auto Trait Implementations§
impl Freeze for H2ByteAccounting
impl RefUnwindSafe for H2ByteAccounting
impl Send for H2ByteAccounting
impl Sync for H2ByteAccounting
impl Unpin for H2ByteAccounting
impl UnsafeUnpin for H2ByteAccounting
impl UnwindSafe for H2ByteAccounting
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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