Struct vulkano::command_buffer::pool::UnsafeCommandPoolAlloc [] [src]

pub struct UnsafeCommandPoolAlloc(_);

Opaque type that represents a command buffer allocated from a pool.

Trait Implementations

impl VulkanObject for UnsafeCommandPoolAlloc
[src]

The type of the object.

TYPE: DebugReportObjectTypeEXT = vk::DEBUG_REPORT_OBJECT_TYPE_COMMAND_BUFFER_EXT

The DebugReportObjectTypeEXT of the internal Vulkan handle.

[src]

Returns a reference to the object.

Auto Trait Implementations