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]

Returns the internal object that contains the command buffer.

Returns the queue family that the pool targets.

impl DeviceOwned for StandardCommandPoolAlloc
[src]

Returns the device that owns Self.

impl Drop for StandardCommandPoolAlloc
[src]

A method called when the value goes out of scope. Read more