Type Alias ash::vk::DeviceGroupCommandBufferBeginInfoKHR
source · pub type DeviceGroupCommandBufferBeginInfoKHR = DeviceGroupCommandBufferBeginInfo;
Aliased Type§
struct DeviceGroupCommandBufferBeginInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub device_mask: u32,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§device_mask: u32
Implementations
source§impl DeviceGroupCommandBufferBeginInfo
impl DeviceGroupCommandBufferBeginInfo
pub fn builder<'a>() -> DeviceGroupCommandBufferBeginInfoBuilder<'a>
Trait Implementations
source§impl TaggedStructure for DeviceGroupCommandBufferBeginInfo
impl TaggedStructure for DeviceGroupCommandBufferBeginInfo
const STRUCTURE_TYPE: StructureType = StructureType::DEVICE_GROUP_COMMAND_BUFFER_BEGIN_INFO
impl ExtendsCommandBufferBeginInfo for DeviceGroupCommandBufferBeginInfo
impl Copy for DeviceGroupCommandBufferBeginInfo
source§impl Clone for DeviceGroupCommandBufferBeginInfo
impl Clone for DeviceGroupCommandBufferBeginInfo
source§fn clone(&self) -> DeviceGroupCommandBufferBeginInfo
fn clone(&self) -> DeviceGroupCommandBufferBeginInfo
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