pub struct DeviceGroupRenderPassBeginInfoBuilder<'a> { /* private fields */ }Expand description
Builder for DeviceGroupRenderPassBeginInfo with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> DeviceGroupRenderPassBeginInfoBuilder<'a>
impl<'a> DeviceGroupRenderPassBeginInfoBuilder<'a>
pub fn device_mask( self, value: u32, ) -> DeviceGroupRenderPassBeginInfoBuilder<'a>
pub fn device_render_areas( self, slice: &'a [Rect2D], ) -> DeviceGroupRenderPassBeginInfoBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> DeviceGroupRenderPassBeginInfoBuilder<'a>where
T: ExtendsDeviceGroupRenderPassBeginInfo,
pub fn push_next<T>(
self,
next: &'a mut T,
) -> DeviceGroupRenderPassBeginInfoBuilder<'a>where
T: ExtendsDeviceGroupRenderPassBeginInfo,
Prepend a struct to the pNext chain. See DeviceGroupRenderPassBeginInfo’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for DeviceGroupRenderPassBeginInfoBuilder<'a>
impl<'a> Deref for DeviceGroupRenderPassBeginInfoBuilder<'a>
Source§type Target = DeviceGroupRenderPassBeginInfo
type Target = DeviceGroupRenderPassBeginInfo
The resulting type after dereferencing.
Source§impl<'a> DerefMut for DeviceGroupRenderPassBeginInfoBuilder<'a>
impl<'a> DerefMut for DeviceGroupRenderPassBeginInfoBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for DeviceGroupRenderPassBeginInfoBuilder<'a>
impl<'a> RefUnwindSafe for DeviceGroupRenderPassBeginInfoBuilder<'a>
impl<'a> !Send for DeviceGroupRenderPassBeginInfoBuilder<'a>
impl<'a> !Sync for DeviceGroupRenderPassBeginInfoBuilder<'a>
impl<'a> Unpin for DeviceGroupRenderPassBeginInfoBuilder<'a>
impl<'a> UnsafeUnpin for DeviceGroupRenderPassBeginInfoBuilder<'a>
impl<'a> UnwindSafe for DeviceGroupRenderPassBeginInfoBuilder<'a>
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