Struct ash::vk::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: u32, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
command_pool: CommandPool
level: CommandBufferLevel
command_buffer_count: u32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CommandBufferAllocateInfo
impl !Send for CommandBufferAllocateInfo
impl !Sync for CommandBufferAllocateInfo
impl Unpin for CommandBufferAllocateInfo
impl UnwindSafe for CommandBufferAllocateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more