Enum litrs::IntegerBase [−][src]
pub enum IntegerBase {
Binary,
Octal,
Decimal,
Hexadecimal,
}Expand description
The bases in which an integer can be specified.
Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IntegerBaseimpl Send for IntegerBaseimpl Sync for IntegerBaseimpl Unpin for IntegerBaseimpl UnwindSafe for IntegerBaseBlanket Implementations
Mutably borrows from an owned value. Read more