#[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: StructureTypep_next: *const c_voiddevice_mask: u32device_render_area_count: u32p_device_render_areas: *const Rect2DImplementations
sourceimpl DeviceGroupRenderPassBeginInfo
impl DeviceGroupRenderPassBeginInfo
pub fn builder<'a>() -> DeviceGroupRenderPassBeginInfoBuilder<'a>
Trait Implementations
sourceimpl Clone for DeviceGroupRenderPassBeginInfo
impl Clone for DeviceGroupRenderPassBeginInfo
sourcefn clone(&self) -> DeviceGroupRenderPassBeginInfo
fn clone(&self) -> DeviceGroupRenderPassBeginInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for DeviceGroupRenderPassBeginInfo
impl Default for DeviceGroupRenderPassBeginInfo
sourcefn default() -> DeviceGroupRenderPassBeginInfo
fn default() -> DeviceGroupRenderPassBeginInfo
Returns the “default value” for a type. Read more
impl Copy for DeviceGroupRenderPassBeginInfo
impl ExtendsRenderPassBeginInfo for DeviceGroupRenderPassBeginInfo
impl ExtendsRenderingInfo for DeviceGroupRenderPassBeginInfo
Auto Trait Implementations
impl RefUnwindSafe for DeviceGroupRenderPassBeginInfo
impl !Send for DeviceGroupRenderPassBeginInfo
impl !Sync for DeviceGroupRenderPassBeginInfo
impl Unpin for DeviceGroupRenderPassBeginInfo
impl UnwindSafe for DeviceGroupRenderPassBeginInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more