Enum syntax::ast::IntTyUnstable
[-] [+]
[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 IntTyfn suffix_len(&self) -> usizeimpl 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)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).