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) -> Self
pub fn device_render_areas(self, slice: &'a [Rect2D]) -> Self
Sourcepub fn push_next<T: ExtendsDeviceGroupRenderPassBeginInfo>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsDeviceGroupRenderPassBeginInfo>( self, next: &'a mut T, ) -> Self
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>
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