Enum nannou::draw::backend::glium::BufferCreationError[][src]

pub enum BufferCreationError {
    Vertex(BufferCreationError),
    Index(BufferCreationError),
}

Variants

Trait Implementations

impl Debug for BufferCreationError
[src]

Formats the value using the given formatter. Read more

impl Error for BufferCreationError
[src]

This method is soft-deprecated. Read more

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

impl Display for BufferCreationError
[src]

Formats the value using the given formatter. Read more

impl From<BufferCreationError> for BufferCreationError
[src]

Performs the conversion.

impl From<BufferCreationError> for BufferCreationError
[src]

Performs the conversion.

impl From<BufferCreationError> for RendererDrawError
[src]

Performs the conversion.

Auto Trait Implementations