Enum planus_cli::intermediate_language::types::IntegerLiteral [−][src]
pub enum IntegerLiteral {
U8(u8),
I8(i8),
U16(u16),
I16(i16),
U32(u32),
I32(i32),
U64(u64),
I64(i64),
}Variants
U8(u8)
Tuple Fields
0: u8I8(i8)
Tuple Fields
0: i8U16(u16)
Tuple Fields
0: u16I16(i16)
Tuple Fields
0: i16U32(u32)
Tuple Fields
0: u32I32(i32)
Tuple Fields
0: i32U64(u64)
Tuple Fields
0: u64I64(i64)
Tuple Fields
0: i64Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for IntegerLiteral
impl Send for IntegerLiteral
impl Sync for IntegerLiteral
impl Unpin for IntegerLiteral
impl UnwindSafe for IntegerLiteral
Blanket Implementations
Mutably borrows from an owned value. Read more
impl<T> CallHasher for T where
T: Hash,
impl<T> CallHasher for T where
T: Hash,
Compare self to key and return true if they are equal.
