Struct extra::c_vec::CVec

pub struct CVec<T> {
    priv base: *mut T,
    priv len: uint,
    priv rsrc: @DtorRes,
}

The type representing a foreign chunk of memory