Class hwloc_topology_diff_obj_attr_generic_s

All Implemented Interfaces:
Pointer

public class hwloc_topology_diff_obj_attr_generic_s extends Struct<hwloc_topology_diff_obj_attr_generic_s>

 struct hwloc_topology_diff_obj_attr_generic_s {
     hwloc_topology_diff_obj_attr_type_t type;
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • TYPE

      public static final int TYPE
      The struct member offsets.
  • Constructor Details

    • hwloc_topology_diff_obj_attr_generic_s

      public hwloc_topology_diff_obj_attr_generic_s(ByteBuffer container)
      Creates a hwloc_topology_diff_obj_attr_generic_s instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details