Enum glutin::GlProfile [] [src]

pub enum GlProfile {
    Compatibility,
    Core,
}

Describes the requested OpenGL context profiles.

Variants

Compatibility

Include all the immediate more functions and definitions.

Core

Include all the future-compatible functions and definitions.

Trait Implementations

Derived Implementations

impl Eq for GlProfile

impl PartialEq for GlProfile

fn eq(&self, __arg_0: &GlProfile) -> bool

fn ne(&self, __arg_0: &GlProfile) -> bool

impl Copy for GlProfile

impl Clone for GlProfile

fn clone(&self) -> GlProfile

1.0.0fn clone_from(&mut self, source: &Self)

impl Debug for GlProfile

fn fmt(&self, __arg_0: &mut Formatter) -> Result