Struct x11cap::Bgr8 [] [src]

#[repr(C)]
pub struct Bgr8 { pub b: u8, pub g: u8, pub r: u8, // some fields omitted }

Fields

Trait Implementations

impl Debug for Bgr8
[src]

Formats the value using the given formatter.

impl Eq for Bgr8
[src]

impl PartialEq for Bgr8
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Bgr8
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Bgr8
[src]