Enum quirc::EccLevel [] [src]

pub enum EccLevel {
    M,
    L,
    H,
    Q,
}

Variants

Trait Implementations

impl Eq for EccLevel
[src]

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

[src]

Formats the value using the given formatter.

impl From<c_int> for EccLevel
[src]

[src]

Performs the conversion.