Struct touptek::WhiteBalanceRGB [] [src]

pub struct WhiteBalanceRGB {
    pub red: i32,
    pub green: i32,
    pub blue: i32,
}

Fields

Trait Implementations

impl Copy for WhiteBalanceRGB
[src]

impl Clone for WhiteBalanceRGB
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for WhiteBalanceRGB
[src]

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

This method tests for !=.

impl Eq for WhiteBalanceRGB
[src]

impl Debug for WhiteBalanceRGB
[src]

Formats the value using the given formatter.