Struct qr_encode::qr_encoder::cell::Color [] [src]

pub struct Color {
    pub r: u32,
    pub g: u32,
    pub b: u32,
}

Fields

Trait Implementations

impl Copy for Color
[src]

impl Clone for Color
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Color
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Color

impl Sync for Color