#[repr(C)]pub struct DeviceGroupRenderPassBeginInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub device_mask: u32,
pub device_render_area_count: u32,
pub device_render_areas: *const Rect2D,
}Expand description
Fields
s_type: StructureTypenext: *const c_voiddevice_mask: u32device_render_area_count: u32device_render_areas: *const Rect2DTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for DeviceGroupRenderPassBeginInfo
impl !Sync for DeviceGroupRenderPassBeginInfo
impl Unpin for DeviceGroupRenderPassBeginInfo
impl UnwindSafe for DeviceGroupRenderPassBeginInfo
Blanket Implementations
Mutably borrows from an owned value. Read more