[src]

Struct std::raw::Vec

pub struct Vec<T> {
    fill: uint,
    alloc: uint,
    data: T,
}

The representation of a Rust vector

Fields

fill
alloc
data