Enum conrod::backend::glium::glium::Smooth [] [src]

pub enum Smooth {
    Fastest,
    Nicest,
    DontCare,
}

Specifies a hint for the smoothing.

Note that this is just a hint and the driver may disregard it.

Variants

The most efficient option should be chosen.

The most correct, or highest quality, option should be chosen.

No preference.

Trait Implementations

impl Copy for Smooth
[src]

impl Clone for Smooth
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.

impl Eq for Smooth
[src]