Enum quirc::ECI [] [src]

pub enum ECI {
    ISO_8859_1,
    IBM437,
    ISO_8859_2,
    ISO_8859_3,
    ISO_8859_4,
    ISO_8859_5,
    ISO_8859_6,
    ISO_8859_7,
    ISO_8859_8,
    ISO_8859_9,
    WINDOWS_874,
    ISO_8859_13,
    ISO_8859_15,
    SHIFT_JIS,
    UTF_8,
    Other(u8),
}

Variants

Trait Implementations

impl Eq for ECI
[src]

impl PartialEq for ECI
[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 ECI
[src]

[src]

Formats the value using the given formatter.

impl From<u32> for ECI
[src]

[src]

Performs the conversion.