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

Trait Implementations

Derived Implementations

impl PartialEq for cast_kind

fn eq(&self, __arg_0: &cast_kind) -> bool

fn ne(&self, __arg_0: &cast_kind) -> bool