Enum syntex_syntax::ast::UintTy [] [src]

pub enum UintTy {
    TyUs,
    TyU8,
    TyU16,
    TyU32,
    TyU64,
}

Variants

TyUs
TyU8
TyU16
TyU32
TyU64

Methods

impl UintTy

fn bit_width(&self) -> Option<usize>

Trait Implementations

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, __D::Error>

impl Encodable for UintTy

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

impl Eq for UintTy

impl PartialEq 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)