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 |
pub struct VecTypes {
pub unit_ty: t,
pub llunit_ty: Type,
pub llunit_size: ValueRef,
pub llunit_alloc_size: u64,
}unit_ty | |
llunit_ty | |
llunit_size | |
llunit_alloc_size |
impl VecTypesfn to_str(&self, ccx: &CrateContext) -> String
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).