Struct unicornd_client::Pixel [] [src]

#[repr(C, packed)]
pub struct Pixel { pub g: u8, pub r: u8, pub b: u8, }

Fields

Trait Implementations

impl Copy for Pixel
[src]

impl Clone for Pixel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more