Struct quirc::QrCode [] [src]

pub struct QrCode {
    pub version: u8,
    pub ecc_level: EccLevel,
    pub data_type: DataType,
    pub eci: ECI,
    pub payload: Vec<u8>,
}

A QR code.

Fields

Trait Implementations

impl Debug for QrCode
[src]

[src]

Formats the value using the given formatter.