Enum glutin::ContextError[][src]

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

Error that can happen when manipulating an OpenGL context.

Variants

General platform error.

Trait Implementations

impl Debug for ContextError
[src]

Formats the value using the given formatter. Read more

impl Display for ContextError
[src]

Formats the value using the given formatter. Read more

impl Error for ContextError
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations

impl Send for ContextError

impl Sync for ContextError