Struct touptek::LevelRanges [] [src]

pub struct LevelRanges {
    pub red: (u16, u16),
    pub green: (u16, u16),
    pub blue: (u16, u16),
    pub gray: (u16, u16),
}

Fields

Trait Implementations

impl Copy for LevelRanges
[src]

impl Clone for LevelRanges
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for LevelRanges
[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 LevelRanges
[src]

impl Debug for LevelRanges
[src]

Formats the value using the given formatter.