Type Alias ash::vk::CommandBufferSubmitInfoKHR
source · 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
source§impl CommandBufferSubmitInfo
impl CommandBufferSubmitInfo
pub fn builder<'a>() -> CommandBufferSubmitInfoBuilder<'a>
Trait Implementations
impl Copy for CommandBufferSubmitInfo
source§impl TaggedStructure for CommandBufferSubmitInfo
impl TaggedStructure for CommandBufferSubmitInfo
const STRUCTURE_TYPE: StructureType = StructureType::COMMAND_BUFFER_SUBMIT_INFO
source§impl Clone for CommandBufferSubmitInfo
impl Clone for CommandBufferSubmitInfo
source§fn clone(&self) -> CommandBufferSubmitInfo
fn clone(&self) -> CommandBufferSubmitInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more