Enum nannou::ui::backend::glium::glium::buffer::ReadError[][src]

pub enum ReadError {
    NotSupported,
    ContextLost,
}

Error that can happen when reading from a buffer.

Variants

The backend doesn't support reading from a buffer.

The context has been lost. Reading from the buffer would return garbage data.

Trait Implementations

impl Clone for ReadError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReadError
[src]

Formats the value using the given formatter. Read more

impl Error for ReadError
[src]

This method is soft-deprecated. Read more

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

impl Display for ReadError
[src]

Formats the value using the given formatter. Read more

impl Copy for ReadError
[src]

Auto Trait Implementations

impl Send for ReadError

impl Sync for ReadError