Enum aflak_imgui_glium_renderer::ContextError[][src]

pub enum ContextError {
    Glutin(DisplayCreationError),
    Render(RendererError),
    SwapBuffers(SwapBuffersError),
    Message(String),
}

Variants

Trait Implementations

impl Debug for ContextError
[src]

Formats the value using the given formatter. Read more

impl From<DisplayCreationError> for ContextError
[src]

Performs the conversion.

impl From<RendererError> for ContextError
[src]

Performs the conversion.

impl From<SwapBuffersError> for ContextError
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ContextError

impl !Sync for ContextError