Struct screen_13::prelude::vk::KhrExternalMemoryCapabilitiesFn
source · pub struct KhrExternalMemoryCapabilitiesFn {
pub get_physical_device_external_buffer_properties_khr: unsafe extern "system" fn(_: PhysicalDevice, _: *const PhysicalDeviceExternalBufferInfo, _: *mut ExternalBufferProperties),
}Fields§
§get_physical_device_external_buffer_properties_khr: unsafe extern "system" fn(_: PhysicalDevice, _: *const PhysicalDeviceExternalBufferInfo, _: *mut ExternalBufferProperties)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