Struct two_sided_vec::raw::Capacity[][src]

pub struct Capacity {
    pub back: usize,
    pub front: usize,
}

Fields

Methods

impl Capacity
[src]

Trait Implementations

impl Copy for Capacity
[src]

impl Clone for Capacity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Capacity
[src]

Formats the value using the given formatter. Read more

impl Add for Capacity
[src]

The resulting type after applying the + operator.

Performs the + operation.

Auto Trait Implementations

impl Send for Capacity

impl Sync for Capacity