Enum gfx::format::Srgb [] [src]

pub enum Srgb {}

Trait Implementations

impl Ord for Srgb
[src]

[src]

impl Copy for Srgb
[src]

impl Clone for Srgb
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl RenderChannel for Srgb
[src]

impl BlendChannel for Srgb
[src]

impl ChannelTyped for Srgb
[src]

Shader-visible type that corresponds to this channel. For example, normalized integers are visible as floats. Read more

[src]

Return the run-time value of the type.

impl PartialOrd<Srgb> for Srgb
[src]

[src]

impl Hash for Srgb
[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

impl PartialEq<Srgb> for Srgb
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for Srgb
[src]

[src]

Formats the value using the given formatter.

impl Eq for Srgb
[src]

impl TextureChannel for Srgb
[src]