Enum glutin::ContextError [] [src]

pub enum ContextError {
    IoError(Error),
    ContextLost,
}

Error that can happen when manipulating an OpenGL context.

Variants

Trait Implementations

impl Debug for ContextError
[src]

[src]

Formats the value using the given formatter.

impl Display for ContextError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for ContextError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more