Enum rustc_trans::middle::const_eval::IntTyUnstable [-] [+] [src]

pub enum IntTy {
    I8,
    I16,
    I32,
    I64,
}

Variants

I8
I16
I32
I64

Methods

impl IntTy

fn from(tcx: &ctxt, t: IntTy) -> IntTy

Trait Implementations

Derived Implementations

impl Debug for IntTy

fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>

impl PartialEq<IntTy> for IntTy

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

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

impl Clone for IntTy

fn clone(&self) -> IntTy

fn clone_from(&mut self, source: &Self)

impl Copy for IntTy