Struct ash::vk::ImportSemaphoreWin32HandleInfoKHR [−][src]
#[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: StructureTypep_next: *const c_voidsemaphore: Semaphoreflags: SemaphoreImportFlagshandle_type: ExternalSemaphoreHandleTypeFlagshandle: HANDLEname: LPCWSTRImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for ImportSemaphoreWin32HandleInfoKHR
impl !Sync for ImportSemaphoreWin32HandleInfoKHR
impl Unpin for ImportSemaphoreWin32HandleInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more