Enum cardinal_backend::value::ValueType[][src]

pub enum ValueType {
    I8,
    I16,
    I32,
    I64,
    U8,
    U16,
    U32,
    U64,
    B1,
    Void,
}
Expand description

Type definitions for Values.

Variants

I8
I16
I32
I64
U8
U16
U32
U64
B1
Void

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.