Enum luminance::buffer::BufferError [] [src]

pub enum BufferError {
    Overflow,
    TooFewValues,
    TooManyValues,
    MapFailed,
}

Buffer errors.

Variants

Trait Implementations

impl Debug for BufferError
[src]

Formats the value using the given formatter.

impl Eq for BufferError
[src]

impl PartialEq for BufferError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.