[go: up one dir, main page]

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

pub enum Int {}

Trait Implementations

impl PartialOrd<Int> for Int
[src]

impl Copy for Int
[src]

impl RenderChannel for Int
[src]

impl Ord for Int
[src]

impl PartialEq<Int> for Int
[src]

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

This method tests for !=.

impl TextureChannel for Int
[src]

impl Eq 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

Return the run-time value of the type.

impl Hash for Int
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for Int
[src]

Formats the value using the given formatter.

impl Clone for Int
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more