Enum glfw::OpenGlProfile[src]

pub enum OpenGlProfile {
    OpenGlAnyProfile,
    OpenGlCoreProfile,
    OpenGlCompatProfile,
}

OpenGL profile tokens.

Variants

OpenGlAnyProfile
OpenGlCoreProfile
OpenGlCompatProfile

Trait Implementations

Derived Implementations

impl Show for OpenGlProfile

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

impl Eq for OpenGlProfile

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

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

impl Clone for OpenGlProfile

fn clone(&self) -> OpenGlProfile