Enum imgui_gfx_renderer::RendererError [] [src]

pub enum RendererError {
    Update(UpdateError<usize>),
    Buffer(CreationError),
    Pipeline(PipelineStateError<String>),
    Combined(CombinedError),
}

Variants

Trait Implementations

impl Clone for RendererError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for RendererError
[src]

[src]

Formats the value using the given formatter.

impl From<UpdateError<usize>> for RendererError
[src]

[src]

Performs the conversion.

impl From<CreationError> for RendererError
[src]

[src]

Performs the conversion.

impl From<PipelineStateError<String>> for RendererError
[src]

[src]

Performs the conversion.

impl From<CombinedError> for RendererError
[src]

[src]

Performs the conversion.