Struct ash::vk::SemaphoreGetWin32HandleInfoKHR [−][src]
#[repr(C)]pub struct SemaphoreGetWin32HandleInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub semaphore: Semaphore, pub handle_type: ExternalSemaphoreHandleTypeFlags, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
semaphore: Semaphore
handle_type: ExternalSemaphoreHandleTypeFlags
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for SemaphoreGetWin32HandleInfoKHR
impl !Sync for SemaphoreGetWin32HandleInfoKHR
impl Unpin for SemaphoreGetWin32HandleInfoKHR
impl UnwindSafe for SemaphoreGetWin32HandleInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more