Enum vulkano::command_buffer::submit::SubmitCommandBufferError [] [src]

#[repr(u32)]
pub enum SubmitCommandBufferError { OomError(OomError), DeviceLost, }

Error that can happen when submitting the prototype.

Variants

Not enough memory.

The connection to the device has been lost.

Trait Implementations

impl Copy for SubmitCommandBufferError
[src]

impl Clone for SubmitCommandBufferError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SubmitCommandBufferError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SubmitCommandBufferError
[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 Eq for SubmitCommandBufferError
[src]

impl Error for SubmitCommandBufferError
[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 SubmitCommandBufferError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<Error> for SubmitCommandBufferError
[src]

[src]

Performs the conversion.