Struct ash::vk::NvExternalMemoryWin32Fn [−][src]
pub struct NvExternalMemoryWin32Fn { pub get_memory_win32_handle_nv: extern "system" fn(device: Device, memory: DeviceMemory, handle_type: ExternalMemoryHandleTypeFlagsNV, p_handle: *mut HANDLE) -> Result, }
Fields
get_memory_win32_handle_nv: extern "system" fn(device: Device, memory: DeviceMemory, handle_type: ExternalMemoryHandleTypeFlagsNV, p_handle: *mut HANDLE) -> Result
Implementations
pub unsafe fn get_memory_win32_handle_nv(
&self,
device: Device,
memory: DeviceMemory,
handle_type: ExternalMemoryHandleTypeFlagsNV,
p_handle: *mut HANDLE
) -> Result
pub unsafe fn get_memory_win32_handle_nv(
&self,
device: Device,
memory: DeviceMemory,
handle_type: ExternalMemoryHandleTypeFlagsNV,
p_handle: *mut HANDLE
) -> Result
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NvExternalMemoryWin32Fn
impl Unpin for NvExternalMemoryWin32Fn
impl UnwindSafe for NvExternalMemoryWin32Fn
Blanket Implementations
Mutably borrows from an owned value. Read more