Struct vulkanalia_sys::CommandBufferAllocateInfo
source · [−]#[repr(C)]pub struct CommandBufferAllocateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub command_pool: CommandPool,
pub level: CommandBufferLevel,
pub command_buffer_count: u32,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidcommand_pool: CommandPoollevel: CommandBufferLevelcommand_buffer_count: u32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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