Struct ash::vk::DeviceGroupSwapchainCreateInfoKHRBuilder
source · pub struct DeviceGroupSwapchainCreateInfoKHRBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> DeviceGroupSwapchainCreateInfoKHRBuilder<'a>
impl<'a> DeviceGroupSwapchainCreateInfoKHRBuilder<'a>
pub fn modes(self, modes: DeviceGroupPresentModeFlagsKHR) -> Self
sourcepub fn build(self) -> DeviceGroupSwapchainCreateInfoKHR
pub fn build(self) -> DeviceGroupSwapchainCreateInfoKHR
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for DeviceGroupSwapchainCreateInfoKHRBuilder<'a>
impl<'a> Deref for DeviceGroupSwapchainCreateInfoKHRBuilder<'a>
source§impl<'a> DerefMut for DeviceGroupSwapchainCreateInfoKHRBuilder<'a>
impl<'a> DerefMut for DeviceGroupSwapchainCreateInfoKHRBuilder<'a>
impl ExtendsSwapchainCreateInfoKHR for DeviceGroupSwapchainCreateInfoKHRBuilder<'_>
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> 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