pub type CommandBufferSubmitInfoKHR = CommandBufferSubmitInfo;

Aliased Type§

struct CommandBufferSubmitInfoKHR {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub command_buffer: CommandBuffer,
    pub device_mask: u32,
}

Fields§

§s_type: StructureType§p_next: *const c_void§command_buffer: CommandBuffer§device_mask: u32

Implementations

Trait Implementations

source§

impl Copy for CommandBufferSubmitInfo

source§

impl TaggedStructure for CommandBufferSubmitInfo

source§

const STRUCTURE_TYPE: StructureType = StructureType::COMMAND_BUFFER_SUBMIT_INFO

source§

impl Clone for CommandBufferSubmitInfo

source§

fn clone(&self) -> CommandBufferSubmitInfo

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for CommandBufferSubmitInfo

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for CommandBufferSubmitInfo

source§

fn default() -> Self

Returns the “default value” for a type. Read more