Enum glfw::Error[src]

pub enum Error {
    NotInitialized,
    NoCurrentContext,
    InvalidEnum,
    InvalidValue,
    OutOfMemory,
    ApiUnavailable,
    VersionUnavailable,
    PlatformError,
    FormatUnavailable,
}

Tokens corresponding to various error types.

Variants

NotInitialized
NoCurrentContext
InvalidEnum
InvalidValue
OutOfMemory
ApiUnavailable
VersionUnavailable
PlatformError
FormatUnavailable

Trait Implementations

Derived Implementations

impl Show for Error

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Hash for Error

fn hash(&self, __arg_0: &mut SipState)

impl Eq for Error

fn eq(&self, __arg_0: &Error) -> bool

fn ne(&self, __arg_0: &Error) -> bool

impl Clone for Error

fn clone(&self) -> Error