Enum rustc::middle::trans::expr::cast_kind[src]
pub enum cast_kind {
cast_pointer,
cast_integral,
cast_float,
cast_enum,
cast_other,
}Variants
cast_pointer | |
cast_integral | |
cast_float | |
cast_enum | |
cast_other |
pub enum cast_kind {
cast_pointer,
cast_integral,
cast_float,
cast_enum,
cast_other,
}cast_pointer | |
cast_integral | |
cast_float | |
cast_enum | |
cast_other |
impl PartialEq for cast_kind
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).