Struct ash::vk::SemaphoreGetFdInfoKHR [−][src]
#[repr(C)]pub struct SemaphoreGetFdInfoKHR { 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 RefUnwindSafe for SemaphoreGetFdInfoKHR
impl !Send for SemaphoreGetFdInfoKHR
impl !Sync for SemaphoreGetFdInfoKHR
impl Unpin for SemaphoreGetFdInfoKHR
impl UnwindSafe for SemaphoreGetFdInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more