Enum glfw::OpenGlProfileHint [−][src]
#[repr(i32)] pub enum OpenGlProfileHint { Any, Core, Compat, }
OpenGL profile tokens.
Variants
Trait Implementations
impl Clone for OpenGlProfileHint
[src]
impl Clone for OpenGlProfileHint
[src]fn clone(&self) -> OpenGlProfileHint
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for OpenGlProfileHint
[src]
impl Hash for OpenGlProfileHint
[src]impl Ord for OpenGlProfileHint
[src]
impl Ord for OpenGlProfileHint
[src]impl PartialEq<OpenGlProfileHint> for OpenGlProfileHint
[src]
impl PartialEq<OpenGlProfileHint> for OpenGlProfileHint
[src]impl PartialOrd<OpenGlProfileHint> for OpenGlProfileHint
[src]
impl PartialOrd<OpenGlProfileHint> for OpenGlProfileHint
[src]fn partial_cmp(&self, other: &OpenGlProfileHint) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool