Struct ash::vk::DeviceGroupPresentCapabilitiesKHRBuilder
source · pub struct DeviceGroupPresentCapabilitiesKHRBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> DeviceGroupPresentCapabilitiesKHRBuilder<'a>
impl<'a> DeviceGroupPresentCapabilitiesKHRBuilder<'a>
pub fn present_mask(self, present_mask: [u32; 32]) -> Self
pub fn modes(self, modes: DeviceGroupPresentModeFlagsKHR) -> Self
sourcepub fn build(self) -> DeviceGroupPresentCapabilitiesKHR
pub fn build(self) -> DeviceGroupPresentCapabilitiesKHR
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 DeviceGroupPresentCapabilitiesKHRBuilder<'a>
impl<'a> Deref for DeviceGroupPresentCapabilitiesKHRBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for DeviceGroupPresentCapabilitiesKHRBuilder<'a>
impl<'a> RefUnwindSafe for DeviceGroupPresentCapabilitiesKHRBuilder<'a>
impl<'a> !Send for DeviceGroupPresentCapabilitiesKHRBuilder<'a>
impl<'a> !Sync for DeviceGroupPresentCapabilitiesKHRBuilder<'a>
impl<'a> Unpin for DeviceGroupPresentCapabilitiesKHRBuilder<'a>
impl<'a> UnwindSafe for DeviceGroupPresentCapabilitiesKHRBuilder<'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