ash::vk

Type Alias DeviceGroupCommandBufferBeginInfoKHR

Source
pub type DeviceGroupCommandBufferBeginInfoKHR<'a> = DeviceGroupCommandBufferBeginInfo<'a>;

Aliased Type§

struct DeviceGroupCommandBufferBeginInfoKHR<'a> {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub device_mask: u32,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *const c_void§device_mask: u32§_marker: PhantomData<&'a ()>

Implementations

Source§

impl<'a> DeviceGroupCommandBufferBeginInfo<'a>

Source

pub fn device_mask(self, device_mask: u32) -> Self

Trait Implementations

Source§

impl<'a> Clone for DeviceGroupCommandBufferBeginInfo<'a>

Source§

fn clone(&self) -> DeviceGroupCommandBufferBeginInfo<'a>

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<'a> Debug for DeviceGroupCommandBufferBeginInfo<'a>

Source§

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

Formats the value using the given formatter. Read more
Source§

impl Default for DeviceGroupCommandBufferBeginInfo<'_>

Source§

fn default() -> Self

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

impl<'a> TaggedStructure for DeviceGroupCommandBufferBeginInfo<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::DEVICE_GROUP_COMMAND_BUFFER_BEGIN_INFO

Source§

impl<'a> Copy for DeviceGroupCommandBufferBeginInfo<'a>

Source§

impl ExtendsCommandBufferBeginInfo for DeviceGroupCommandBufferBeginInfo<'_>

Source§

impl Send for DeviceGroupCommandBufferBeginInfo<'_>

Source§

impl Sync for DeviceGroupCommandBufferBeginInfo<'_>