Struct ash::vk::KhrExternalSemaphoreCapabilitiesFn
source · pub struct KhrExternalSemaphoreCapabilitiesFn {
pub get_physical_device_external_semaphore_properties_khr: PFN_vkGetPhysicalDeviceExternalSemaphoreProperties,
}
Fields§
§get_physical_device_external_semaphore_properties_khr: PFN_vkGetPhysicalDeviceExternalSemaphoreProperties
Implementations§
Trait Implementations§
source§impl Clone for KhrExternalSemaphoreCapabilitiesFn
impl Clone for KhrExternalSemaphoreCapabilitiesFn
source§fn clone(&self) -> KhrExternalSemaphoreCapabilitiesFn
fn clone(&self) -> KhrExternalSemaphoreCapabilitiesFn
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more