Enum nannou::ui::backend::glium::glium::texture::GetFormatError [] [src]

pub enum GetFormatError {
    NotSupported,
}

Error that can happen when retrieving the internal format of a texture.

Variants

The backend doesn't support retrieving the internal format.

Trait Implementations

impl Copy for GetFormatError
[src]

impl Clone for GetFormatError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GetFormatError
[src]

[src]

Formats the value using the given formatter.

impl Error for GetFormatError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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

impl Display for GetFormatError
[src]

[src]

Formats the value using the given formatter. Read more