Struct dacite::core::CommandBufferAllocateInfo [] [src]

pub struct CommandBufferAllocateInfo {
    pub command_pool: CommandPool,
    pub level: CommandBufferLevel,
    pub command_buffer_count: u32,
    pub chain: Option<CommandBufferAllocateInfoChain>,
}

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

impl PartialEq for CommandBufferAllocateInfo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.