Class hwloc_topology_diff_u

All Implemented Interfaces:
Pointer

@NativeType("union struct hwloc_topology_diff_u") public class hwloc_topology_diff_u extends Struct<hwloc_topology_diff_u>
union struct hwloc_topology_diff_u {
    hwloc_topology_diff_generic_s generic;
    hwloc_topology_diff_obj_attr_s obj_attr;
    hwloc_topology_diff_too_complex_s too_complex;
}