pub struct DeviceGroupSwapchainCreateInfoKHRBuilder<'a> { /* private fields */ }Expand description
Builder for DeviceGroupSwapchainCreateInfoKHR with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> DeviceGroupSwapchainCreateInfoKHRBuilder<'a>
impl<'a> DeviceGroupSwapchainCreateInfoKHRBuilder<'a>
pub fn modes(self, value: DeviceGroupPresentModeFlagsKHR) -> Self
Sourcepub fn push_next<T: ExtendsDeviceGroupSwapchainCreateInfoKHR>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsDeviceGroupSwapchainCreateInfoKHR>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See DeviceGroupSwapchainCreateInfoKHR’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for DeviceGroupSwapchainCreateInfoKHRBuilder<'a>
impl<'a> Deref for DeviceGroupSwapchainCreateInfoKHRBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for DeviceGroupSwapchainCreateInfoKHRBuilder<'a>
impl<'a> RefUnwindSafe for DeviceGroupSwapchainCreateInfoKHRBuilder<'a>
impl<'a> !Send for DeviceGroupSwapchainCreateInfoKHRBuilder<'a>
impl<'a> !Sync for DeviceGroupSwapchainCreateInfoKHRBuilder<'a>
impl<'a> Unpin for DeviceGroupSwapchainCreateInfoKHRBuilder<'a>
impl<'a> UnsafeUnpin for DeviceGroupSwapchainCreateInfoKHRBuilder<'a>
impl<'a> UnwindSafe for DeviceGroupSwapchainCreateInfoKHRBuilder<'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