pub unsafe extern "C" fn qemu_plugin_mem_is_store(
info: qemu_plugin_meminfo_t,
) -> boolExpand description
qemu_plugin_mem_is_store() - was the access a store @info: opaque memory transaction handle
Returns: true if it was, otherwise false
pub unsafe extern "C" fn qemu_plugin_mem_is_store(
info: qemu_plugin_meminfo_t,
) -> boolqemu_plugin_mem_is_store() - was the access a store @info: opaque memory transaction handle
Returns: true if it was, otherwise false