Enum vulkano::command_buffer::BlitImageError [] [src]

pub enum BlitImageError {
    AutoCommandBufferBuilderContextError(AutoCommandBufferBuilderContextError),
    CheckBlitImageError(CheckBlitImageError),
    SyncCommandBufferBuilderError(SyncCommandBufferBuilderError),
}

Variants

Trait Implementations

impl Debug for BlitImageError
[src]

[src]

Formats the value using the given formatter.

impl Clone for BlitImageError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Error for BlitImageError
[src]

[src]

A short description of the error. Read more

[src]

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

impl Display for BlitImageError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<AutoCommandBufferBuilderContextError> for BlitImageError
[src]

[src]

Performs the conversion.

impl From<CheckBlitImageError> for BlitImageError
[src]

[src]

Performs the conversion.

impl From<SyncCommandBufferBuilderError> for BlitImageError
[src]

[src]

Performs the conversion.