Enum nannou::ui::backend::glium::glium::texture::TextureKind [] [src]

pub enum TextureKind {
    Float,
    Integral,
    Unsigned,
    Depth,
    Stencil,
    DepthStencil,
}

Represents a kind of texture.

Variants

Trait Implementations

impl Copy for TextureKind
[src]

impl Hash for TextureKind
[src]

[src]

impl Clone for TextureKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.

impl Eq for TextureKind
[src]