Struct ash::vk::KhrExternalSemaphoreWin32Fn [−][src]
pub struct KhrExternalSemaphoreWin32Fn { pub import_semaphore_win32_handle_khr: extern "system" fn(device: Device, p_import_semaphore_win32_handle_info: *const ImportSemaphoreWin32HandleInfoKHR) -> Result, pub get_semaphore_win32_handle_khr: extern "system" fn(device: Device, p_get_win32_handle_info: *const SemaphoreGetWin32HandleInfoKHR, p_handle: *mut HANDLE) -> Result, }
Fields
import_semaphore_win32_handle_khr: extern "system" fn(device: Device, p_import_semaphore_win32_handle_info: *const ImportSemaphoreWin32HandleInfoKHR) -> Result
get_semaphore_win32_handle_khr: extern "system" fn(device: Device, p_get_win32_handle_info: *const SemaphoreGetWin32HandleInfoKHR, p_handle: *mut HANDLE) -> Result
Implementations
pub unsafe fn import_semaphore_win32_handle_khr(
&self,
device: Device,
p_import_semaphore_win32_handle_info: *const ImportSemaphoreWin32HandleInfoKHR
) -> Result
pub unsafe fn import_semaphore_win32_handle_khr(
&self,
device: Device,
p_import_semaphore_win32_handle_info: *const ImportSemaphoreWin32HandleInfoKHR
) -> Result
pub unsafe fn get_semaphore_win32_handle_khr(
&self,
device: Device,
p_get_win32_handle_info: *const SemaphoreGetWin32HandleInfoKHR,
p_handle: *mut HANDLE
) -> Result
pub unsafe fn get_semaphore_win32_handle_khr(
&self,
device: Device,
p_get_win32_handle_info: *const SemaphoreGetWin32HandleInfoKHR,
p_handle: *mut HANDLE
) -> Result
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KhrExternalSemaphoreWin32Fn
impl Unpin for KhrExternalSemaphoreWin32Fn
impl UnwindSafe for KhrExternalSemaphoreWin32Fn
Blanket Implementations
Mutably borrows from an owned value. Read more