Enum rustc_middle::ty::cast::IntTy [−][src]
pub enum IntTy {
U(UintTy),
I,
CEnum,
Bool,
Char,
}
Expand description
Types that are represented as ints.
Variants
U(UintTy)
Tuple Fields of U
0: UintTy
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IntTy
impl UnwindSafe for IntTy
Blanket Implementations
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
U
: 1 byteI
: 0 bytesCEnum
: 0 bytesBool
: 0 bytesChar
: 0 bytes