Enum luminance_glfw::InitError []

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 Copy for InitError

impl Debug for InitError

Formats the value using the given formatter.

impl Hash for InitError

impl PartialOrd<InitError> for InitError

impl Error for InitError

impl Eq for InitError

impl PartialEq<InitError> for InitError

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

This method tests for !=.

impl Clone for InitError

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for InitError

impl Ord for InitError