Enum glutin::ContextError [] [src]

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

Error that can happen when manipulating an OpenGL context.

Variants

IoError
ContextLost

Trait Implementations

impl Display for ContextError

fn fmt(&self, formatter: &mut Formatter) -> Result<(), Error>

impl Error for ContextError

fn description(&self) -> &str

1.0.0fn cause(&self) -> Option<&Error>

Derived Implementations

impl Debug for ContextError

fn fmt(&self, __arg_0: &mut Formatter) -> Result