Enum glutin::GlProfile [] [src]

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 Debug for GlProfile
[src]

[src]

Formats the value using the given formatter.

impl Clone for GlProfile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for GlProfile
[src]

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