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