Enum 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 Debug for ReadError
[src]

[src]

Formats the value using the given formatter.

impl Copy for ReadError
[src]

impl Clone for ReadError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for ReadError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for ReadError
[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