Enum qrcodegen::QrCodeEcc[][src]

pub enum QrCodeEcc {
    Low,
    Medium,
    Quartile,
    High,
}

The error correction level in a QR Code symbol.

Variants

The QR Code can tolerate about 7% erroneous codewords.

The QR Code can tolerate about 15% erroneous codewords.

The QR Code can tolerate about 25% erroneous codewords.

The QR Code can tolerate about 30% erroneous codewords.

Trait Implementations

impl Clone for QrCodeEcc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for QrCodeEcc
[src]

Auto Trait Implementations

impl Send for QrCodeEcc

impl Sync for QrCodeEcc