Struct ash::vk::types::CommandBufferAllocateInfo [] [src]

#[repr(C)]
pub struct CommandBufferAllocateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub command_pool: CommandPool, pub level: CommandBufferLevel, pub command_buffer_count: uint32_t, }

Fields

Trait Implementations

impl Debug for CommandBufferAllocateInfo
[src]

Formats the value using the given formatter.

impl Clone for CommandBufferAllocateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more