Struct vks::VkCommandBufferAllocateInfo [] [src]

#[repr(C)]
pub struct VkCommandBufferAllocateInfo { pub sType: VkStructureType, pub pNext: *const c_void, pub commandPool: VkCommandPool, pub level: VkCommandBufferLevel, pub commandBufferCount: u32, }

Fields

Trait Implementations

impl Debug for VkCommandBufferAllocateInfo
[src]

Formats the value using the given formatter.

impl Copy for VkCommandBufferAllocateInfo
[src]

impl Clone for VkCommandBufferAllocateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkCommandBufferAllocateInfo
[src]

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