Struct ash::vk::DeviceGroupRenderPassBeginInfo
source · #[repr(C)]pub struct DeviceGroupRenderPassBeginInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub device_mask: u32,
pub device_render_area_count: u32,
pub p_device_render_areas: *const Rect2D,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§device_mask: u32
§device_render_area_count: u32
§p_device_render_areas: *const Rect2D
Implementations§
source§impl DeviceGroupRenderPassBeginInfo
impl DeviceGroupRenderPassBeginInfo
pub fn builder<'a>() -> DeviceGroupRenderPassBeginInfoBuilder<'a>
Trait Implementations§
source§impl Clone for DeviceGroupRenderPassBeginInfo
impl Clone for DeviceGroupRenderPassBeginInfo
source§fn clone(&self) -> DeviceGroupRenderPassBeginInfo
fn clone(&self) -> DeviceGroupRenderPassBeginInfo
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 moresource§impl TaggedStructure for DeviceGroupRenderPassBeginInfo
impl TaggedStructure for DeviceGroupRenderPassBeginInfo
const STRUCTURE_TYPE: StructureType = StructureType::DEVICE_GROUP_RENDER_PASS_BEGIN_INFO
impl Copy for DeviceGroupRenderPassBeginInfo
impl ExtendsRenderPassBeginInfo for DeviceGroupRenderPassBeginInfo
impl ExtendsRenderingInfo for DeviceGroupRenderPassBeginInfo
Auto Trait Implementations§
impl Freeze for DeviceGroupRenderPassBeginInfo
impl RefUnwindSafe for DeviceGroupRenderPassBeginInfo
impl !Send for DeviceGroupRenderPassBeginInfo
impl !Sync for DeviceGroupRenderPassBeginInfo
impl Unpin for DeviceGroupRenderPassBeginInfo
impl UnwindSafe for DeviceGroupRenderPassBeginInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more