Type Alias libreloc_shared::Plocations

source ·
pub(crate) type Plocations = Vec<Plocation>;

Aliased Type§

struct Plocations {
    buf: RawVec<Plocation>,
    len: usize,
}

Fields§

§buf: RawVec<Plocation>§len: usize