Enum nannou::ui::backend::glium::glium::program::GetBinaryError[][src]

pub enum GetBinaryError {
    NotSupported,
    NoFormats,
}

Error while retrieving the binary representation of a program.

Variants

The backend doesn't support binary.

The backend does not supply any binary formats.

Trait Implementations

impl Clone for GetBinaryError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetBinaryError
[src]

Formats the value using the given formatter. Read more

impl Error for GetBinaryError
[src]

This method is soft-deprecated. Read more

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

impl Display for GetBinaryError
[src]

Formats the value using the given formatter. Read more

impl Copy for GetBinaryError
[src]

Auto Trait Implementations