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 IntTy
impl Debug for IntTy
impl Display for IntTy
impl Copy for IntTy
impl Hash for IntTy
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl Decodable for IntTy
impl Encodable for IntTy
impl Eq for IntTy
impl PartialEq for IntTy
impl Clone for IntTy
fn clone(&self) -> IntTy
fn clone_from(&mut self, source: &Self)