Struct ash::vk::DeviceGroupPresentInfoKHRBuilder
source · pub struct DeviceGroupPresentInfoKHRBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> DeviceGroupPresentInfoKHRBuilder<'a>
impl<'a> DeviceGroupPresentInfoKHRBuilder<'a>
pub fn device_masks(self, device_masks: &'a [u32]) -> Self
pub fn mode(self, mode: DeviceGroupPresentModeFlagsKHR) -> Self
sourcepub fn build(self) -> DeviceGroupPresentInfoKHR
pub fn build(self) -> DeviceGroupPresentInfoKHR
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 DeviceGroupPresentInfoKHRBuilder<'a>
impl<'a> Deref for DeviceGroupPresentInfoKHRBuilder<'a>
source§impl<'a> DerefMut for DeviceGroupPresentInfoKHRBuilder<'a>
impl<'a> DerefMut for DeviceGroupPresentInfoKHRBuilder<'a>
impl ExtendsPresentInfoKHR for DeviceGroupPresentInfoKHRBuilder<'_>
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> 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