Struct pxl::Pixel[][src]

#[repr(C)]
pub struct Pixel { pub red: u8, pub green: u8, pub blue: 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

impl Debug for Pixel
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Pixel

impl Sync for Pixel