Enum glfw::InitError[src]

pub enum InitError {
    AlreadyInitialized,
    InternalInitError,
}

An error that might be returned when glfw::init is called.

Variants

AlreadyInitialized

The library was already initialized.

InternalInitError

An internal error occured when trying to initialize the library.

Trait Implementations

Derived Implementations

impl Show for InitError

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

impl Eq for InitError

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

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