Struct qr_encode::qr_encoder::cell::Color
[−]
[src]
pub struct Color {
pub r: u32,
pub g: u32,
pub b: u32,
}Fields
r: u32
g: u32
b: u32
Trait Implementations
impl Copy for Color[src]
impl Clone for Color[src]
fn clone(&self) -> Color[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more