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 {
     {@link hwloc_numanode_attr_s hwloc_numanode_attr_s} numanode;
     {@link hwloc_cache_attr_s hwloc_cache_attr_s} cache;
     {@link hwloc_group_attr_s hwloc_group_attr_s} group;
     {@link hwloc_pcidev_attr_s hwloc_pcidev_attr_s} pcidev;
     {@link hwloc_bridge_attr_s hwloc_bridge_attr_s} bridge;
     {@link hwloc_osdev_attr_s hwloc_osdev_attr_s} osdev;
 }