Enum luminance_glfw::InitError [] [src]

pub enum InitError {
    AlreadyInitialized,
    Internal,
}

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

Variants

The library was already initialized.

An internal error occurred when trying to initialize the library.

Trait Implementations

impl PartialOrd<InitError> for InitError
[src]

impl Display for InitError
[src]

impl Eq for InitError
[src]

impl Copy for InitError
[src]

impl Ord for InitError
[src]

impl PartialEq<InitError> for InitError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Error for InitError
[src]

impl Debug for InitError
[src]

Formats the value using the given formatter.

impl Hash for InitError
[src]

impl Clone for InitError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more