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
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