Enum gfx::BufferUpdateError []

pub enum BufferUpdateError {
    OutOfBounds,
}

An error happening on buffer updates.

Variants

Trying to change the contents outside of the allocation.

Trait Implementations

impl Clone for BufferUpdateError

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq<BufferUpdateError> for BufferUpdateError

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

This method tests for !=.

impl Debug for BufferUpdateError

Formats the value using the given formatter.

impl Display for BufferUpdateError

Formats the value using the given formatter.

impl Error for BufferUpdateError

A short description of the error. Read more

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