Class _GTypeClass

java.lang.Object
app.photofox.vipsffm.jextract._GTypeClass
Direct Known Subclasses:
GTypeClass

public class _GTypeClass extends Object
struct _GTypeClass {
    GType g_type;
}
  • Method Details

    • layout

      public static final GroupLayout layout()
      The layout of this struct
    • g_type$layout

      public static final ValueLayout.OfLong g_type$layout()
      Layout for field:
      GType g_type
      
    • g_type$offset

      public static final long g_type$offset()
      Offset for field:
      GType g_type
      
    • g_type

      public static long g_type(MemorySegment struct)
      Getter for field:
      GType g_type
      
    • g_type

      public static void g_type(MemorySegment struct, long fieldValue)
      Setter for field:
      GType g_type
      
    • asSlice

      public static MemorySegment asSlice(MemorySegment array, long index)
      Obtains a slice of arrayParam which selects the array element at index. The returned segment has address arrayParam.address() + index * layout().byteSize()
    • sizeof

      public static long sizeof()
      The size (in bytes) of this struct
    • allocate

      public static MemorySegment allocate(SegmentAllocator allocator)
      Allocate a segment of size layout().byteSize() using allocator
    • allocateArray

      public static MemorySegment allocateArray(long elementCount, SegmentAllocator allocator)
      Allocate an array of size elementCount using allocator. The returned segment has size elementCount * layout().byteSize().
    • reinterpret

      public static MemorySegment reinterpret(MemorySegment addr, Arena arena, Consumer<MemorySegment> cleanup)
      Reinterprets addr using target arena and cleanupAction (if any). The returned segment has size layout().byteSize()
    • reinterpret

      public static MemorySegment reinterpret(MemorySegment addr, long elementCount, Arena arena, Consumer<MemorySegment> cleanup)
      Reinterprets addr using target arena and cleanupAction (if any). The returned segment has size elementCount * layout().byteSize()