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