Enum rustc::middle::trans::base::scalar_type[src]
pub enum scalar_type {
nil_type,
signed_int,
unsigned_int,
floating_point,
}Variants
nil_type | |
signed_int | |
unsigned_int | |
floating_point |
pub enum scalar_type {
nil_type,
signed_int,
unsigned_int,
floating_point,
}nil_type | |
signed_int | |
unsigned_int | |
floating_point |
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).