Package org.freedesktop.wayland.raw
Class wl_array
java.lang.Object
org.freedesktop.wayland.raw.wl_array
-
Method Summary
Modifier and TypeMethodDescriptionstatic longalloc(MemorySegment struct) Getter for field:size_t allocstatic voidalloc(MemorySegment struct, long fieldValue) Setter for field:size_t allocstatic final ValueLayout.OfLongLayout for field:size_t allocstatic final longOffset for field:size_t allocstatic MemorySegmentallocate(SegmentAllocator allocator) Allocate a segment of sizelayout().byteSize()usingallocatorstatic MemorySegmentallocateArray(long elementCount, SegmentAllocator allocator) Allocate an array of sizeelementCountusingallocator.static MemorySegmentasSlice(MemorySegment array, long index) Obtains a slice ofarrayParamwhich selects the array element atindex.static MemorySegmentdata(MemorySegment struct) Getter for field:void *datastatic voiddata(MemorySegment struct, MemorySegment fieldValue) Setter for field:void *datastatic final AddressLayoutLayout for field:void *datastatic final longOffset for field:void *datastatic final GroupLayoutlayout()The layout of this structstatic MemorySegmentreinterpret(MemorySegment addr, long elementCount, Arena arena, Consumer<MemorySegment> cleanup) Reinterpretsaddrusing targetarenaandcleanupAction(if any).static MemorySegmentreinterpret(MemorySegment addr, Arena arena, Consumer<MemorySegment> cleanup) Reinterpretsaddrusing targetarenaandcleanupAction(if any).static longsize(MemorySegment struct) Getter for field:size_t sizestatic voidsize(MemorySegment struct, long fieldValue) Setter for field:size_t sizestatic final ValueLayout.OfLongLayout for field:size_t sizestatic final longOffset for field:size_t sizestatic longsizeof()The size (in bytes) of this struct
-
Method Details
-
layout
The layout of this struct -
size$layout
Layout for field:size_t size -
size$offset
public static final long size$offset()Offset for field:size_t size -
size
Getter for field:size_t size -
size
Setter for field:size_t size -
alloc$layout
Layout for field:size_t alloc -
alloc$offset
public static final long alloc$offset()Offset for field:size_t alloc -
alloc
Getter for field:size_t alloc -
alloc
Setter for field:size_t alloc -
data$layout
Layout for field:void *data -
data$offset
public static final long data$offset()Offset for field:void *data -
data
Getter for field:void *data -
data
Setter for field:void *data -
asSlice
Obtains a slice ofarrayParamwhich selects the array element atindex. The returned segment has addressarrayParam.address() + index * layout().byteSize() -
sizeof
public static long sizeof()The size (in bytes) of this struct -
allocate
Allocate a segment of sizelayout().byteSize()usingallocator -
allocateArray
Allocate an array of sizeelementCountusingallocator. The returned segment has sizeelementCount * layout().byteSize(). -
reinterpret
public static MemorySegment reinterpret(MemorySegment addr, Arena arena, Consumer<MemorySegment> cleanup) Reinterpretsaddrusing targetarenaandcleanupAction(if any). The returned segment has sizelayout().byteSize() -
reinterpret
public static MemorySegment reinterpret(MemorySegment addr, long elementCount, Arena arena, Consumer<MemorySegment> cleanup) Reinterpretsaddrusing targetarenaandcleanupAction(if any). The returned segment has sizeelementCount * layout().byteSize()
-