[go: up one dir, main page]

Enum gfx::format::Uint [] [src]

pub enum Uint {}

Trait Implementations

impl PartialOrd<Uint> for Uint
[src]

impl Copy for Uint
[src]

impl RenderChannel for Uint
[src]

impl Ord for Uint
[src]

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

impl Eq for Uint
[src]

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

Formats the value using the given formatter.

impl Clone for Uint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more