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: StructureType
p_next: *const c_void
semaphore: Semaphore
flags: SemaphoreImportFlags
handle_type: ExternalSemaphoreHandleTypeFlags
fd: c_int
Implementations
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