Struct lava::VkCommandBufferAllocateInfo[][src]

pub struct VkCommandBufferAllocateInfo<'a> {
    pub command_pool: &'a VkCommandPool,
    pub level: VkCommandBufferLevel,
    pub command_buffer_count: usize,
}

Fields

Trait Implementations

impl<'a> Debug for VkCommandBufferAllocateInfo<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for VkCommandBufferAllocateInfo<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkCommandBufferAllocateInfo<'static>
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations