Enum mallumo_gls::raw::TextureWrapMode [] [src]

pub enum TextureWrapMode {
    ClampToEdge,
    ClampToBorder,
    Repeat,
    MirroredRepeat,
    MirrorClampToEdge,
}

Variants

Trait Implementations

impl Debug for TextureWrapMode
[src]

Formats the value using the given formatter.

impl Copy for TextureWrapMode
[src]

impl Clone for TextureWrapMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TextureWrapMode
[src]

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

This method tests for !=.

impl Eq for TextureWrapMode
[src]

impl Default for TextureWrapMode
[src]

Returns the "default value" for a type. Read more