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

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

Buffer errors.

Variants

Trait Implementations

impl Debug for BufferError
[src]

[src]

Formats the value using the given formatter.

impl Eq for BufferError
[src]

impl PartialEq for BufferError
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

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

[src]

Formats the value using the given formatter. Read more