Enum glfw::Error [−][src]
#[repr(i32)] pub enum Error { NoError, NotInitialized, NoCurrentContext, InvalidEnum, InvalidValue, OutOfMemory, ApiUnavailable, VersionUnavailable, PlatformError, FormatUnavailable, NoWindowContext, }
Tokens corresponding to various error types.
Variants
Trait Implementations
impl PartialOrd<Error> for Error
[src]
impl PartialOrd<Error> for Error
[src]fn partial_cmp(&self, other: &Error) -> 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