Enum mallumo_gls::raw::TextureMipmapFilter [] [src]

pub enum TextureMipmapFilter {
    None,
    Nearest,
    Linear,
}

Variants

Trait Implementations

impl Debug for TextureMipmapFilter
[src]

Formats the value using the given formatter.

impl Copy for TextureMipmapFilter
[src]

impl Clone for TextureMipmapFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Default for TextureMipmapFilter
[src]

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