Struct neocom::s::Pixel[][src]

pub struct Pixel {
    pub red: u8,
    pub blue: u8,
    pub green: u8,
}

Fields

Trait Implementations

impl Copy for Pixel
[src]

impl Clone for Pixel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Pixel

impl Sync for Pixel