Struct rustc_data_structures::veccell::VecCell [] [src]

pub struct VecCell<T> {
    // some fields omitted
}
Unstable (rustc_private)

Methods

impl<T> VecCell<T>
[src]

fn with_capacity(capacity: usize) -> VecCell<T>

fn push(&self, data: T) -> usize

fn swap(&self, data: Vec<T>) -> Vec<T>