Struct rustc::middle::ty::t_box_[src]
pub struct t_box_ {
pub sty: sty,
pub id: uint,
pub flags: uint,
}Fields
sty | |
id | |
flags |
pub struct t_box_ {
pub sty: sty,
pub id: uint,
pub flags: uint,
}sty | |
id | |
flags |
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).