Enum bedrock::resources::MipmapFilterMode [] [src]

#[repr(C)]
pub enum MipmapFilterMode { Nearest, Linear, }

Specify mipmap mode used for texture lookups

Variants

Nearest filtering

Linear filtering

Trait Implementations

impl Debug for MipmapFilterMode
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for MipmapFilterMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Copy for MipmapFilterMode
[src]

Auto Trait Implementations