Enum litrs::IntegerType [−][src]
pub enum IntegerType {
U8,
U16,
U32,
U64,
U128,
Usize,
I8,
I16,
I32,
I64,
I128,
Isize,
}Expand description
All possible integer type suffixes.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IntegerTypeimpl Send for IntegerTypeimpl Sync for IntegerTypeimpl Unpin for IntegerTypeimpl UnwindSafe for IntegerTypeBlanket Implementations
Mutably borrows from an owned value. Read more