Struct prototty::Rgb24 [] [src]

pub struct Rgb24 {
    pub red: u8,
    pub green: u8,
    pub blue: u8,
}

Fields

Methods

impl Rgb24
[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Rgb24
[src]

[src]

Formats the value using the given formatter.

impl Clone for Rgb24
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Rgb24
[src]

impl PartialEq for Rgb24
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Rgb24
[src]

impl Hash for Rgb24
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more