Struct siege_color::srgb::Srgb24 [] [src]

pub struct Srgb24(pub u8, pub u8, pub u8);

Methods

impl Srgb24
[src]

[src]

Trait Implementations

impl Debug for Srgb24
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Srgb24
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl From<Srgb> for Srgb24
[src]

[src]

Performs the conversion.

impl From<Srgb24> for Srgb
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Srgb24

impl Sync for Srgb24