Struct ash::vk::ExportMemoryWin32HandleInfoKHRBuilder  
source · #[repr(transparent)]pub struct ExportMemoryWin32HandleInfoKHRBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> ExportMemoryWin32HandleInfoKHRBuilder<'a>
 
impl<'a> ExportMemoryWin32HandleInfoKHRBuilder<'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) -> ExportMemoryWin32HandleInfoKHR
 
pub fn build(self) -> ExportMemoryWin32HandleInfoKHR
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.