Enum syntax::ast::UintTyUnstable
[-] [+]
[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 UintTyfn suffix_len(&self) -> usizeimpl Debug for UintTyimpl Display for UintTyimpl Copy for UintTyimpl Hash for UintTyfn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl Decodable for UintTyimpl Encodable for UintTyimpl Eq for UintTyimpl PartialEq for UintTyimpl Clone for UintTyfn clone(&self) -> UintTyfn 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).