Struct std::intrinsics::TyDesc[src]
pub struct TyDesc {
pub size: uint,
pub align: uint,
pub drop_glue: fn(*i8),
pub visit_glue: fn(*i8),
pub name: &'static str,
}Fields
size | |
align | |
drop_glue | |
visit_glue | |
name |
pub struct TyDesc {
pub size: uint,
pub align: uint,
pub drop_glue: fn(*i8),
pub visit_glue: fn(*i8),
pub name: &'static str,
}size | |
align | |
drop_glue | |
visit_glue | |
name |
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).