Type Alias ash::vk::ExportMemoryAllocateInfoKHR
source · pub type ExportMemoryAllocateInfoKHR<'a> = ExportMemoryAllocateInfo<'a>;
Aliased Type§
struct ExportMemoryAllocateInfoKHR<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle_types: ExternalMemoryHandleTypeFlags,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§handle_types: ExternalMemoryHandleTypeFlags
§_marker: PhantomData<&'a ()>