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