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

Trait Implementations

source§

impl Default for DeviceGroupCommandBufferBeginInfo

source§

fn default() -> Self

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

impl TaggedStructure for DeviceGroupCommandBufferBeginInfo

source§

const STRUCTURE_TYPE: StructureType = StructureType::DEVICE_GROUP_COMMAND_BUFFER_BEGIN_INFO

source§

impl ExtendsCommandBufferBeginInfo for DeviceGroupCommandBufferBeginInfo

source§

impl Copy for DeviceGroupCommandBufferBeginInfo

source§

impl Clone for DeviceGroupCommandBufferBeginInfo

source§

fn clone(&self) -> DeviceGroupCommandBufferBeginInfo

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 DeviceGroupCommandBufferBeginInfo

source§

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

Formats the value using the given formatter. Read more