Enum vtkio::model::DataType[][src]

pub enum DataType {
    Bit,
    UnsignedChar,
    Char,
    UnsignedShort,
    Short,
    UnsignedInt,
    Int,
    UnsignedLong,
    Long,
    Float,
    Double,
}

Types of data that can be recognized by the parser. Not all data types are supported for all classes.

Variants

Trait Implementations

impl Copy for DataType
[src]

impl Clone for DataType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DataType
[src]

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

This method tests for !=.

impl Debug for DataType
[src]

Formats the value using the given formatter. Read more

impl Display for DataType
[src]

Formats the value using the given formatter. Read more

impl From<TypeId> for DataType
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for DataType

impl Sync for DataType