Enum bedrock::resources::FilterMode [] [src]

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

Specify filter used for texture lookups

Variants

Nearest filtering

Linear filtering

Trait Implementations

impl Debug for FilterMode
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for FilterMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Copy for FilterMode
[src]

Auto Trait Implementations

impl Send for FilterMode

impl Sync for FilterMode