Enum vulkano::instance::debug::DebugCallbackCreationError [] [src]

pub enum DebugCallbackCreationError {
    MissingExtension,
}

Error that can happen when creating a debug callback.

Variants

The EXT_debug_report extension was not enabled.

Trait Implementations

impl Copy for DebugCallbackCreationError
[src]

impl Clone for DebugCallbackCreationError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DebugCallbackCreationError
[src]

Formats the value using the given formatter.

impl PartialEq for DebugCallbackCreationError
[src]

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

This method tests for !=.

impl Eq for DebugCallbackCreationError
[src]

impl Error for DebugCallbackCreationError
[src]

A short description of the error. Read more

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

impl Display for DebugCallbackCreationError
[src]

Formats the value using the given formatter. Read more

impl From<Error> for DebugCallbackCreationError
[src]

Performs the conversion.