Enum gfx::BufferError [] [src]

pub enum BufferError {
    UnsupportedBind(Bind),
    Other,
}

Error creating a buffer.

Variants

Some of the bind flags are not supported.

Unknown other error.

Trait Implementations

impl Copy for BufferError
[src]

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

impl Eq for BufferError
[src]

impl PartialEq<BufferError> for BufferError
[src]

[src]

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

[src]

This method tests for !=.

impl Hash for BufferError
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for BufferError
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BufferError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more