Struct screen_13::prelude::vk::FuchsiaExternalMemoryFn
source · pub struct FuchsiaExternalMemoryFn {
pub get_memory_zircon_handle_fuchsia: unsafe extern "system" fn(_: Device, _: *const MemoryGetZirconHandleInfoFUCHSIA, _: *mut u32) -> Result,
pub get_memory_zircon_handle_properties_fuchsia: unsafe extern "system" fn(_: Device, _: ExternalMemoryHandleTypeFlags, _: u32, _: *mut MemoryZirconHandlePropertiesFUCHSIA) -> Result,
}Fields§
§get_memory_zircon_handle_fuchsia: unsafe extern "system" fn(_: Device, _: *const MemoryGetZirconHandleInfoFUCHSIA, _: *mut u32) -> Result§get_memory_zircon_handle_properties_fuchsia: unsafe extern "system" fn(_: Device, _: ExternalMemoryHandleTypeFlags, _: u32, _: *mut MemoryZirconHandlePropertiesFUCHSIA) -> ResultImplementations§
Trait Implementations§
source§impl Clone for FuchsiaExternalMemoryFn
impl Clone for FuchsiaExternalMemoryFn
source§fn clone(&self) -> FuchsiaExternalMemoryFn
fn clone(&self) -> FuchsiaExternalMemoryFn
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