Enum gfx::format::Int [] [src]

pub enum Int {}

Trait Implementations

impl Ord for Int
[src]

[src]

impl Copy for Int
[src]

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl RenderChannel for Int
[src]

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

[src]

Formats the value using the given formatter.

impl Eq for Int
[src]

impl TextureChannel for Int
[src]

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

[src]