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_vkGetMemoryAndroidHardwareBufferANDROID
Implementations§
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 moreimpl Send for AndroidExternalMemoryAndroidHardwareBufferFn
impl Sync for AndroidExternalMemoryAndroidHardwareBufferFn
Auto Trait Implementations§
impl Freeze for AndroidExternalMemoryAndroidHardwareBufferFn
impl RefUnwindSafe for AndroidExternalMemoryAndroidHardwareBufferFn
impl Unpin for AndroidExternalMemoryAndroidHardwareBufferFn
impl UnwindSafe for AndroidExternalMemoryAndroidHardwareBufferFn
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more