Struct mcq::ColorNode [] [src]

pub struct ColorNode {
    pub rgb: u32,
    pub red: u8,
    pub grn: u8,
    pub blu: u8,
    pub cnt: usize,
}

Fields

Trait Implementations

impl Debug for ColorNode
[src]

Formats the value using the given formatter.

impl Clone for ColorNode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ColorNode
[src]

impl PartialEq for ColorNode
[src]

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

This method tests for !=.

impl Default for ColorNode
[src]

Returns the "default value" for a type. Read more