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 Copy for GetBinaryError
[src]

impl Clone for GetBinaryError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GetBinaryError
[src]

[src]

Formats the value using the given formatter.

impl Error for GetBinaryError
[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 GetBinaryError
[src]

[src]

Formats the value using the given formatter. Read more