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