Enum planus_cli::ast::IntegerType [−][src]
pub enum IntegerType {
U8,
U16,
U32,
U64,
I8,
I16,
I32,
I64,
}Variants
U8
U16
U32
U64
I8
I16
I32
I64
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IntegerType
impl Send for IntegerType
impl Sync for IntegerType
impl Unpin for IntegerType
impl UnwindSafe for IntegerType
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.
