Class hwloc_obj_attr_u

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class hwloc_obj_attr_u extends Struct<hwloc_obj_attr_u> implements NativeResource

 union struct hwloc_obj_attr_u {
     hwloc_numanode_attr_s numanode;
     hwloc_cache_attr_s cache;
     hwloc_group_attr_s group;
     hwloc_pcidev_attr_s pcidev;
     hwloc_bridge_attr_s bridge;
     hwloc_osdev_attr_s osdev;
 }