Struct dacite::TryDestroyError [] [src]

pub struct TryDestroyError<T: VulkanObject> { /* fields omitted */ }

Methods

impl<T: VulkanObject> TryDestroyError<T>
[src]

Consumes this error and returns the Vulkan object in its original state.

Trait Implementations

impl<T: VulkanObject> Debug for TryDestroyError<T>
[src]

Formats the value using the given formatter.

impl<T: VulkanObject> Display for TryDestroyError<T>
[src]

Formats the value using the given formatter. Read more

impl<T: VulkanObject> Error for TryDestroyError<T>
[src]

A short description of the error. Read more

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