Class mi_subproc_id_t

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class mi_subproc_id_t extends Struct<mi_subproc_id_t> implements NativeResource
struct mi_subproc_id_t {
    void * _mi_subproc_id;
}
  • Field Details

    • SIZEOF

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

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

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

    • mi_subproc_id_t

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