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

pub struct PlotPoint {
    pub point: Point<usize>,
    pub color: Color,
}

Fields

Trait Implementations

impl Debug for PlotPoint
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PlotPoint

impl Sync for PlotPoint