Enum syntex_syntax::ast::IntTy
[−]
[src]
pub enum IntTy {
TyIs,
TyI8,
TyI16,
TyI32,
TyI64,
}Variants
TyIs | |
TyI8 | |
TyI16 | |
TyI32 | |
TyI64 |
pub enum IntTy {
TyIs,
TyI8,
TyI16,
TyI32,
TyI64,
}TyIs | |
TyI8 | |
TyI16 | |
TyI32 | |
TyI64 |
impl IntTyimpl Debug for IntTyimpl Display for IntTyimpl Copy for IntTyimpl Hash for IntTyfn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl Decodable for IntTyimpl Encodable for IntTyimpl Eq for IntTyimpl PartialEq for IntTyimpl Clone for IntTyfn clone(&self) -> IntTyfn clone_from(&mut self, source: &Self)