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