Struct rustc::middle::trans::common::tydesc_info[src]

pub struct tydesc_info {
    pub ty: t,
    pub tydesc: ValueRef,
    pub size: ValueRef,
    pub align: ValueRef,
    pub name: ValueRef,
    pub visit_glue: Cell<Option<ValueRef>>,
}

Fields

ty
tydesc
size
align
name
visit_glue