Trait vulkano::SynchronizedVulkanObject[][src]

pub unsafe trait SynchronizedVulkanObject {
    type Object: VulkanHandle;
    fn internal_object_guard(&self) -> MutexGuard<'_, Self::Object>;
}

Gives access to the internal identifier of an object.

Associated Types

type Object: VulkanHandle[src]

The type of the object.

Loading content...

Required methods

fn internal_object_guard(&self) -> MutexGuard<'_, Self::Object>[src]

Returns a reference to the object.

Loading content...

Implementors

Loading content...