Enum quirc::DataType [] [src]

pub enum DataType {
    Numeric,
    Alpha,
    Byte,
    Kanji,
    Other(u8),
}

Variants

Trait Implementations

impl Eq for DataType
[src]

impl PartialEq for DataType
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for DataType
[src]

[src]

Formats the value using the given formatter.

impl From<c_int> for DataType
[src]

[src]

Performs the conversion.