Enum luminance_glfw::DeviceError [] [src]

pub enum DeviceError {
    InitError(InitError),
    WindowCreationFailed,
    NoPrimaryMonitor,
    NoVideoMode,
}

Error that can be risen while creating a Device object.

Variants

Trait Implementations

impl Clone for DeviceError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DeviceError
[src]

impl Debug for DeviceError
[src]

Formats the value using the given formatter.

impl Eq for DeviceError
[src]

impl PartialEq for DeviceError
[src]

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

This method tests for !=.