Enum nannou::ui::backend::glium::glium::glutin::GlProfile []

pub enum GlProfile {
    Compatibility,
    Core,
}

Describes the requested OpenGL context profiles.

Variants

Include all the immediate more functions and definitions.

Include all the future-compatible functions and definitions.

Trait Implementations

impl Copy for GlProfile

impl Clone for GlProfile

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for GlProfile

impl PartialEq<GlProfile> for GlProfile

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 GlProfile

Formats the value using the given formatter.