Enum gfx::format::Inorm [] [src]

pub enum Inorm {}

Trait Implementations

impl Ord for Inorm
[src]

[src]

impl Copy for Inorm
[src]

impl Clone for Inorm
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl RenderChannel for Inorm
[src]

impl BlendChannel for Inorm
[src]

impl ChannelTyped for Inorm
[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<Inorm> for Inorm
[src]

[src]

impl Hash for Inorm
[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<Inorm> for Inorm
[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 Inorm
[src]

[src]

Formats the value using the given formatter.

impl Eq for Inorm
[src]

impl TextureChannel for Inorm
[src]