Enum syntex_syntax::ast::UintTy
[−]
[src]
pub enum UintTy { TyUs, TyU8, TyU16, TyU32, TyU64, }
Variants
TyUs | |
TyU8 | |
TyU16 | |
TyU32 | |
TyU64 |
pub enum UintTy { TyUs, TyU8, TyU16, TyU32, TyU64, }
TyUs | |
TyU8 | |
TyU16 | |
TyU32 | |
TyU64 |
impl UintTy
impl Debug for UintTy
impl Display for UintTy
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
impl Encodable for UintTy
impl Eq for UintTy
impl PartialEq for UintTy
impl Clone for UintTy
fn clone(&self) -> UintTy
fn clone_from(&mut self, source: &Self)