Struct rustc::middle::trans::tvec::VecTypes[src]

pub struct VecTypes {
    pub unit_ty: t,
    pub llunit_ty: Type,
    pub llunit_size: ValueRef,
    pub llunit_alloc_size: u64,
}

Fields

unit_ty
llunit_ty
llunit_size
llunit_alloc_size

Methods

impl VecTypes

fn to_str(&self, ccx: &CrateContext) -> String