Enum qr_encode::qr_encoder::cell::CellType [] [src]

pub enum CellType {
    Finder,
    Alignment,
    Separator,
    Timing,
    DarkModule,
    VersionInformation,
    Format,
    Message,
    None,
}

Variants

Trait Implementations

impl Debug for CellType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CellType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CellType

impl Sync for CellType