Struct two_sided_vec::raw::CapacityRequest
[−]
[src]
pub struct CapacityRequest {
pub used: Capacity,
pub needed: Capacity,
}Fields
used: Capacity
needed: Capacity
Trait Implementations
impl Copy for CapacityRequest[src]
impl Clone for CapacityRequest[src]
fn clone(&self) -> CapacityRequest[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more