Enum nannou::ui::backend::glium::glium::index::BufferCreationError [] [src]

pub enum BufferCreationError {
    IndexTypeNotSupported,
    PrimitiveTypeNotSupported,
    BufferCreationError(BufferCreationError),
}

Error that can happen while creating an index buffer.

Variants

The type of index is not supported by the backend.

The type of primitives is not supported by the backend.

An error happened while creating the buffer.

Trait Implementations

impl Copy for CreationError
[src]

impl Error for CreationError
[src]

[src]

A short description of the error. Read more

[src]

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

impl Clone for CreationError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for CreationError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<BufferCreationError> for CreationError
[src]

[src]

Performs the conversion.

impl Debug for CreationError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<BufferCreationError> for BufferCreationError
[src]

[src]

Performs the conversion.

impl From<BufferCreationError> for RendererDrawError
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for CreationError

impl Sync for CreationError