Enum glenum::DataType [] [src]

pub enum DataType {
    I8,
    U8,
    I16,
    U16,
    I32,
    U32,
    Float,
}

Variants

Trait Implementations

impl Debug for DataType
[src]

[src]

Formats the value using the given formatter.

impl Clone for DataType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DataType
[src]