Struct ash::vk::ImportSemaphoreWin32HandleInfoKHR
source · #[repr(C)]pub struct ImportSemaphoreWin32HandleInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub semaphore: Semaphore,
pub flags: SemaphoreImportFlags,
pub handle_type: ExternalSemaphoreHandleTypeFlags,
pub handle: HANDLE,
pub name: LPCWSTR,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§semaphore: Semaphore
§flags: SemaphoreImportFlags
§handle_type: ExternalSemaphoreHandleTypeFlags
§handle: HANDLE
§name: LPCWSTR
Implementations§
source§impl ImportSemaphoreWin32HandleInfoKHR
impl ImportSemaphoreWin32HandleInfoKHR
pub fn builder<'a>() -> ImportSemaphoreWin32HandleInfoKHRBuilder<'a>
Trait Implementations§
source§impl Clone for ImportSemaphoreWin32HandleInfoKHR
impl Clone for ImportSemaphoreWin32HandleInfoKHR
source§fn clone(&self) -> ImportSemaphoreWin32HandleInfoKHR
fn clone(&self) -> ImportSemaphoreWin32HandleInfoKHR
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more