Struct ash::vk::CommandBufferSubmitInfo
source · #[repr(C)]pub struct CommandBufferSubmitInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub command_buffer: CommandBuffer,
pub device_mask: u32,
}
Expand description
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