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: DeviceGroupPresentModeFlagBitsKHR, ) -> DeviceGroupSwapchainCreateInfoKHRBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> DeviceGroupSwapchainCreateInfoKHRBuilder<'a>where
T: ExtendsDeviceGroupSwapchainCreateInfoKHR,
pub fn push_next<T>(
self,
next: &'a mut T,
) -> DeviceGroupSwapchainCreateInfoKHRBuilder<'a>where
T: ExtendsDeviceGroupSwapchainCreateInfoKHR,
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>
Source§type Target = DeviceGroupSwapchainCreateInfoKHR
type Target = DeviceGroupSwapchainCreateInfoKHR
The resulting type after dereferencing.
Source§impl<'a> DerefMut for DeviceGroupSwapchainCreateInfoKHRBuilder<'a>
impl<'a> DerefMut 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