Enum rustc_typeck::middle::const_eval::UintTyUnstable [-] [+] [src]

pub enum UintTy {
    U8,
    U16,
    U32,
    U64,
}

Variants

U8
U16
U32
U64

Methods

impl UintTy

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

Trait Implementations

Derived Implementations

impl Debug for UintTy

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

impl PartialEq<UintTy> for UintTy

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

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

impl Clone for UintTy

fn clone(&self) -> UintTy

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

impl Copy for UintTy