Enum rustc::ty::cast::IntTy
[−]
[src]
pub enum IntTy {
U(UintTy),
I,
CEnum,
Bool,
Char,
}Unstable (
rustc_private)Types that are represented as ints.
Variants
U(UintTy)Unstable (
rustc_private)IUnstable (
rustc_private)CEnumUnstable (
rustc_private)BoolUnstable (
rustc_private)CharUnstable (
rustc_private)Trait Implementations
Derived Implementations
impl Eq for IntTy[src]
impl PartialEq for IntTy[src]
fn eq(&self, __arg_0: &IntTy) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &IntTy) -> bool
This method tests for !=.
impl Debug for IntTy[src]
impl Clone for IntTy[src]
fn clone(&self) -> IntTy
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more