#[repr(transparent)]pub struct Win32KeyedMutexAcquireReleaseInfoNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> Win32KeyedMutexAcquireReleaseInfoNVBuilder<'a>
impl<'a> Win32KeyedMutexAcquireReleaseInfoNVBuilder<'a>
pub fn acquire_syncs(self, acquire_syncs: &'a [DeviceMemory]) -> Self
pub fn acquire_keys(self, acquire_keys: &'a [u64]) -> Self
pub fn acquire_timeout_milliseconds( self, acquire_timeout_milliseconds: &'a [u32] ) -> Self
pub fn release_syncs(self, release_syncs: &'a [DeviceMemory]) -> Self
pub fn release_keys(self, release_keys: &'a [u64]) -> Self
sourcepub fn build(self) -> Win32KeyedMutexAcquireReleaseInfoNV
pub fn build(self) -> Win32KeyedMutexAcquireReleaseInfoNV
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.