Enum syntax::ast::UintTyUnstable [-] [+] [src]

pub enum UintTy {
    TyUs(bool),
    TyU8,
    TyU16,
    TyU32,
    TyU64,
}

Variants

TyUs
TyU8
TyU16
TyU32
TyU64

Methods

impl UintTy

fn suffix_len(&self) -> usize

Trait Implementations

impl PartialEq for UintTy

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

fn ne(&self, other: &Rhs) -> bool

impl Debug for UintTy

fn fmt(&self, f: &mut Formatter) -> Result

impl Display for UintTy

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

impl Copy for UintTy

impl Hash for UintTy

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Decodable for UintTy

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<UintTy, Error>

impl Encodable for UintTy

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), Error>

impl Eq for UintTy

fn assert_receiver_is_total_eq(&self)

impl Clone for UintTy

fn clone(&self) -> UintTy

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