Class hwloc_topology_misc_support

All Implemented Interfaces:
Pointer

public class hwloc_topology_misc_support extends Struct<hwloc_topology_misc_support>

 struct hwloc_topology_misc_support {
     unsigned char imported_support;
 }
  • Field Details

    • SIZEOF

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

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

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

    • hwloc_topology_misc_support

      public hwloc_topology_misc_support(ByteBuffer container)
      Creates a hwloc_topology_misc_support 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