Enum nannou::ui::backend::glium::glium::framebuffer::RenderBufferCreationError[][src]

pub enum RenderBufferCreationError {
    FormatNotSupported,
}

Error while creating a render buffer.

Variants

The requested format is not supported.

Trait Implementations

impl Clone for CreationError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreationError
[src]

Formats the value using the given formatter. Read more

impl From<FormatNotSupportedError> for CreationError
[src]

Performs the conversion.

impl Error for CreationError
[src]

This method is soft-deprecated. Read more

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

impl Display for CreationError
[src]

Formats the value using the given formatter. Read more

impl Copy for CreationError
[src]

Auto Trait Implementations