Struct ash::vk::ExportMemoryWin32HandleInfoNVBuilder [−][src]
#[repr(transparent)]pub struct ExportMemoryWin32HandleInfoNVBuilder<'a> { /* fields omitted */ }
Implementations
pub fn attributes(
self,
attributes: &'a SECURITY_ATTRIBUTES
) -> ExportMemoryWin32HandleInfoNVBuilder<'a>
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.
Methods from Deref<Target = ExportMemoryWin32HandleInfoNV>
Trait Implementations
The resulting type after dereferencing.