Struct qr_encode::qr_encoder::cell::Cell
[−]
[src]
pub struct Cell {
pub module_type: CellType,
pub value: u8,
pub point: Point<usize>,
pub color: Color,
}Fields
module_type: CellType
value: u8
point: Point<usize>
color: Color
Methods
impl Cell[src]
Trait Implementations
impl Debug for Cell[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more