Struct ash::vk::ExportSemaphoreWin32HandleInfoKHRBuilder
source · pub struct ExportSemaphoreWin32HandleInfoKHRBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ExportSemaphoreWin32HandleInfoKHRBuilder<'a>
impl<'a> ExportSemaphoreWin32HandleInfoKHRBuilder<'a>
pub fn attributes(self, attributes: &'a SECURITY_ATTRIBUTES) -> Self
pub fn dw_access(self, dw_access: DWORD) -> Self
pub fn name(self, name: LPCWSTR) -> Self
sourcepub fn build(self) -> ExportSemaphoreWin32HandleInfoKHR
pub fn build(self) -> ExportSemaphoreWin32HandleInfoKHR
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 ExportSemaphoreWin32HandleInfoKHRBuilder<'a>
impl<'a> Deref for ExportSemaphoreWin32HandleInfoKHRBuilder<'a>
source§impl<'a> DerefMut for ExportSemaphoreWin32HandleInfoKHRBuilder<'a>
impl<'a> DerefMut for ExportSemaphoreWin32HandleInfoKHRBuilder<'a>
impl ExtendsSemaphoreCreateInfo for ExportSemaphoreWin32HandleInfoKHRBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for ExportSemaphoreWin32HandleInfoKHRBuilder<'a>
impl<'a> RefUnwindSafe for ExportSemaphoreWin32HandleInfoKHRBuilder<'a>
impl<'a> !Send for ExportSemaphoreWin32HandleInfoKHRBuilder<'a>
impl<'a> !Sync for ExportSemaphoreWin32HandleInfoKHRBuilder<'a>
impl<'a> Unpin for ExportSemaphoreWin32HandleInfoKHRBuilder<'a>
impl<'a> UnwindSafe for ExportSemaphoreWin32HandleInfoKHRBuilder<'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