Struct ash::vk::FenceGetWin32HandleInfoKHRBuilder
source · pub struct FenceGetWin32HandleInfoKHRBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> FenceGetWin32HandleInfoKHRBuilder<'a>
impl<'a> FenceGetWin32HandleInfoKHRBuilder<'a>
pub fn fence(self, fence: Fence) -> Self
pub fn handle_type(self, handle_type: ExternalFenceHandleTypeFlags) -> Self
sourcepub fn build(self) -> FenceGetWin32HandleInfoKHR
pub fn build(self) -> FenceGetWin32HandleInfoKHR
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 FenceGetWin32HandleInfoKHRBuilder<'a>
impl<'a> Deref for FenceGetWin32HandleInfoKHRBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for FenceGetWin32HandleInfoKHRBuilder<'a>
impl<'a> RefUnwindSafe for FenceGetWin32HandleInfoKHRBuilder<'a>
impl<'a> !Send for FenceGetWin32HandleInfoKHRBuilder<'a>
impl<'a> !Sync for FenceGetWin32HandleInfoKHRBuilder<'a>
impl<'a> Unpin for FenceGetWin32HandleInfoKHRBuilder<'a>
impl<'a> UnwindSafe for FenceGetWin32HandleInfoKHRBuilder<'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