pub struct AndroidExternalMemoryAndroidHardwareBufferFn {
    pub get_android_hardware_buffer_properties_android: PFN_vkGetAndroidHardwareBufferPropertiesANDROID,
    pub get_memory_android_hardware_buffer_android: PFN_vkGetMemoryAndroidHardwareBufferANDROID,
}Fields§
§get_android_hardware_buffer_properties_android: PFN_vkGetAndroidHardwareBufferPropertiesANDROID§get_memory_android_hardware_buffer_android: PFN_vkGetMemoryAndroidHardwareBufferANDROIDImplementations§
Trait Implementations§
source§impl Clone for AndroidExternalMemoryAndroidHardwareBufferFn
 
impl Clone for AndroidExternalMemoryAndroidHardwareBufferFn
source§fn clone(&self) -> AndroidExternalMemoryAndroidHardwareBufferFn
 
fn clone(&self) -> AndroidExternalMemoryAndroidHardwareBufferFn
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