pub struct AndroidExternalMemoryAndroidHardwareBufferFn {
pub get_android_hardware_buffer_properties_android: unsafe extern "system" fn(_: Device, _: *const c_void, _: *mut AndroidHardwareBufferPropertiesANDROID) -> Result,
pub get_memory_android_hardware_buffer_android: unsafe extern "system" fn(_: Device, _: *const MemoryGetAndroidHardwareBufferInfoANDROID, _: *mut *mut c_void) -> Result,
}Fields§
§get_android_hardware_buffer_properties_android: unsafe extern "system" fn(_: Device, _: *const c_void, _: *mut AndroidHardwareBufferPropertiesANDROID) -> Result§get_memory_android_hardware_buffer_android: unsafe extern "system" fn(_: Device, _: *const MemoryGetAndroidHardwareBufferInfoANDROID, _: *mut *mut c_void) -> ResultImplementations§
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