Enum rustc_trans::middle::const_eval::UintTyUnstable
[-] [+]
[src]
pub enum UintTy { U8, U16, U32, U64, }
Variants
U8 | |
U16 | |
U32 | |
U64 |
pub enum UintTy { U8, U16, U32, U64, }
U8 | |
U16 | |
U32 | |
U64 |
impl UintTy
impl Debug for UintTy
impl PartialEq<UintTy> for UintTy
impl Clone for UintTy
fn clone(&self) -> UintTy
fn clone_from(&mut self, source: &Self)
impl Copy for UintTy
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
).