Enum vulkano::command_buffer::UpdateBufferError[][src]

pub enum UpdateBufferError {
    AutoCommandBufferBuilderContextError(AutoCommandBufferBuilderContextError),
    CheckUpdateBufferError(CheckUpdateBufferError),
}

Variants

Trait Implementations

impl Debug for UpdateBufferError
[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateBufferError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Error for UpdateBufferError
[src]

This method is soft-deprecated. Read more

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

impl Display for UpdateBufferError
[src]

Formats the value using the given formatter. Read more

impl From<AutoCommandBufferBuilderContextError> for UpdateBufferError
[src]

impl From<CheckUpdateBufferError> for UpdateBufferError
[src]

Performs the conversion.

Auto Trait Implementations