Enum vulkano::command_buffer::BuildError[][src]

pub enum BuildError {
    AutoCommandBufferBuilderContextError(AutoCommandBufferBuilderContextError),
    OomError(OomError),
}

Variants

Trait Implementations

impl Debug for BuildError
[src]

Formats the value using the given formatter. Read more

impl Clone for BuildError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Error for BuildError
[src]

This method is soft-deprecated. Read more

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

impl Display for BuildError
[src]

Formats the value using the given formatter. Read more

impl From<AutoCommandBufferBuilderContextError> for BuildError
[src]

Performs the conversion.

impl From<OomError> for BuildError
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for BuildError

impl Sync for BuildError