Enum gfx::format::Float [] [src]

pub enum Float {}

Trait Implementations

impl Ord for Float
[src]

[src]

impl Copy for Float
[src]

impl Clone for Float
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl RenderChannel for Float
[src]

impl BlendChannel for Float
[src]

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

[src]

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

[src]

Formats the value using the given formatter.

impl Eq for Float
[src]

impl TextureChannel for Float
[src]