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