Enum glfw::ContextCreationApi [−][src]
#[repr(i32)] pub enum ContextCreationApi { Native, Egl, OsMesa, }
Specifies the API to use to create the context
Variants
Trait Implementations
impl Clone for ContextCreationApi
[src]
impl Clone for ContextCreationApi
[src]fn clone(&self) -> ContextCreationApi
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for ContextCreationApi
[src]
impl Hash for ContextCreationApi
[src]impl Ord for ContextCreationApi
[src]
impl Ord for ContextCreationApi
[src]impl PartialOrd<ContextCreationApi> for ContextCreationApi
[src]
impl PartialOrd<ContextCreationApi> for ContextCreationApi
[src]fn partial_cmp(&self, other: &ContextCreationApi) -> 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