Enum glutin::ContextError [−][src]
Error that can happen when manipulating an OpenGL context.
Variants
OsError(String)General platform error.
IoError(Error)ContextLostTrait Implementations
impl Debug for ContextError[src]
impl Debug for ContextErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for ContextError[src]
impl Display for ContextErrorfn fmt(&self, formatter: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, formatter: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Error for ContextError[src]
impl Error for ContextErrorAuto Trait Implementations
impl Send for ContextError
impl Send for ContextErrorimpl Sync for ContextError
impl Sync for ContextError