Enum glfw::OpenGlProfile[src]
pub enum OpenGlProfile {
OpenGlAnyProfile,
OpenGlCoreProfile,
OpenGlCompatProfile,
}OpenGL profile tokens.
Variants
OpenGlAnyProfile | |
OpenGlCoreProfile | |
OpenGlCompatProfile |
pub enum OpenGlProfile {
OpenGlAnyProfile,
OpenGlCoreProfile,
OpenGlCompatProfile,
}OpenGL profile tokens.
OpenGlAnyProfile | |
OpenGlCoreProfile | |
OpenGlCompatProfile |
impl Show for OpenGlProfileimpl Eq for OpenGlProfilefn eq(&self, __arg_0: &OpenGlProfile) -> boolfn ne(&self, __arg_0: &OpenGlProfile) -> boolimpl Clone for OpenGlProfilefn clone(&self) -> OpenGlProfile
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).