Enum gfx_core::buffer::CreationError [] [src]

pub enum CreationError {
    UnsupportedBind(Bind),
    Other,
    UnsupportedUsage(Usage),
}

Error creating a buffer.

Variants

Some of the bind flags are not supported.

Unknown other error.

Usage mode is not supported

Trait Implementations

impl Clone for CreationError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CreationError
[src]

impl Debug for CreationError
[src]

Formats the value using the given formatter.

impl Eq for CreationError
[src]

impl Hash for CreationError
[src]

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

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

impl PartialEq for CreationError
[src]

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

This method tests for !=.

impl Display for CreationError
[src]

Formats the value using the given formatter. Read more

impl Error for CreationError
[src]

A short description of the error. Read more

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