Struct vulkano::command_buffer::pool::standard::StandardCommandPoolAlloc [] [src]

pub struct StandardCommandPoolAlloc { /* fields omitted */ }

Command buffer allocated from a StandardCommandPool.

Trait Implementations

impl Send for StandardCommandPoolAlloc
[src]

impl Sync for StandardCommandPoolAlloc
[src]

impl CommandPoolAlloc for StandardCommandPoolAlloc
[src]

[src]

Returns the internal object that contains the command buffer.

[src]

Returns the queue family that the pool targets.

impl DeviceOwned for StandardCommandPoolAlloc
[src]

[src]

Returns the device that owns Self.

impl Drop for StandardCommandPoolAlloc
[src]

[src]

Executes the destructor for this type. Read more