Struct ash::vk::SwapchainPresentFenceInfoEXTBuilder
source · pub struct SwapchainPresentFenceInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> SwapchainPresentFenceInfoEXTBuilder<'a>
impl<'a> SwapchainPresentFenceInfoEXTBuilder<'a>
pub fn fences(self, fences: &'a [Fence]) -> Self
sourcepub fn build(self) -> SwapchainPresentFenceInfoEXT
pub fn build(self) -> SwapchainPresentFenceInfoEXT
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 SwapchainPresentFenceInfoEXTBuilder<'a>
impl<'a> Deref for SwapchainPresentFenceInfoEXTBuilder<'a>
source§impl<'a> DerefMut for SwapchainPresentFenceInfoEXTBuilder<'a>
impl<'a> DerefMut for SwapchainPresentFenceInfoEXTBuilder<'a>
impl ExtendsPresentInfoKHR for SwapchainPresentFenceInfoEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for SwapchainPresentFenceInfoEXTBuilder<'a>
impl<'a> RefUnwindSafe for SwapchainPresentFenceInfoEXTBuilder<'a>
impl<'a> !Send for SwapchainPresentFenceInfoEXTBuilder<'a>
impl<'a> !Sync for SwapchainPresentFenceInfoEXTBuilder<'a>
impl<'a> Unpin for SwapchainPresentFenceInfoEXTBuilder<'a>
impl<'a> UnwindSafe for SwapchainPresentFenceInfoEXTBuilder<'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