Enum glfw::InitError [−][src]
pub enum InitError { AlreadyInitialized, Internal, }
An error that might be returned when glfw::init
is called.
Variants
Deprecated. Does not occur.
An internal error occurred when trying to initialize the library.
Trait Implementations
impl PartialOrd<InitError> for InitError
[src]
impl PartialOrd<InitError> for InitError
[src]fn partial_cmp(&self, other: &InitError) -> 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