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 Clone for GetFormatError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetFormatError
[src]

Formats the value using the given formatter. Read more

impl Error for GetFormatError
[src]

This method is soft-deprecated. Read more

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

impl Display for GetFormatError
[src]

Formats the value using the given formatter. Read more

impl Copy for GetFormatError
[src]

Auto Trait Implementations