Enum rustc_typeck::middle::const_eval::IntTyUnstable
[-] [+]
[src]
pub enum IntTy { I8, I16, I32, I64, }
Variants
I8 | |
I16 | |
I32 | |
I64 |
pub enum IntTy { I8, I16, I32, I64, }
I8 | |
I16 | |
I32 | |
I64 |
impl IntTy
impl Debug for IntTy
impl PartialEq<IntTy> for IntTy
impl Clone for IntTy
fn clone(&self) -> IntTy
fn clone_from(&mut self, source: &Self)
impl Copy for IntTy
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
).