pub struct Capacity { /* private fields */ }Expand description
Stream capacity information
Implementations§
Trait Implementations§
source§impl AddAssign<Capacity> for Capacity
impl AddAssign<Capacity> for Capacity
Panics if capacity belongs to different streams
source§fn add_assign(&mut self, other: Self)
fn add_assign(&mut self, other: Self)
Performs the
+= operation. Read more