Struct ash::vk::KhrExternalFenceCapabilitiesFn
source · pub struct KhrExternalFenceCapabilitiesFn {
pub get_physical_device_external_fence_properties_khr: PFN_vkGetPhysicalDeviceExternalFenceProperties,
}
Fields§
§get_physical_device_external_fence_properties_khr: PFN_vkGetPhysicalDeviceExternalFenceProperties
Implementations§
Trait Implementations§
source§impl Clone for KhrExternalFenceCapabilitiesFn
impl Clone for KhrExternalFenceCapabilitiesFn
source§fn clone(&self) -> KhrExternalFenceCapabilitiesFn
fn clone(&self) -> KhrExternalFenceCapabilitiesFn
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