Enum n5::DataType [] [src]

pub enum DataType {
    UINT8,
    UINT16,
    UINT32,
    UINT64,
    INT8,
    INT16,
    INT32,
    INT64,
    FLOAT32,
    FLOAT64,
}

Variants

Trait Implementations

impl PartialEq for DataType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Debug for DataType
[src]

[src]

Formats the value using the given formatter.

impl TypeReflection<u8> for DataType
[src]

impl DataBlockCreator<Vec<u8>> for DataType
[src]

[src]

impl TypeReflection<u16> for DataType
[src]

impl DataBlockCreator<Vec<u16>> for DataType
[src]

[src]

impl TypeReflection<u32> for DataType
[src]

impl DataBlockCreator<Vec<u32>> for DataType
[src]

[src]

impl TypeReflection<u64> for DataType
[src]

impl DataBlockCreator<Vec<u64>> for DataType
[src]

[src]

impl TypeReflection<i8> for DataType
[src]

impl DataBlockCreator<Vec<i8>> for DataType
[src]

[src]

impl TypeReflection<i16> for DataType
[src]

impl DataBlockCreator<Vec<i16>> for DataType
[src]

[src]

impl TypeReflection<i32> for DataType
[src]

impl DataBlockCreator<Vec<i32>> for DataType
[src]

[src]

impl TypeReflection<i64> for DataType
[src]

impl DataBlockCreator<Vec<i64>> for DataType
[src]

[src]

impl TypeReflection<f32> for DataType
[src]

impl DataBlockCreator<Vec<f32>> for DataType
[src]

[src]

impl TypeReflection<f64> for DataType
[src]

impl DataBlockCreator<Vec<f64>> for DataType
[src]

[src]