Package org.freedesktop.wayland.raw
Class max_align_t
java.lang.Object
org.freedesktop.wayland.raw.max_align_t
struct {
long long __max_align_ll;
long double __max_align_ld;
}
-
Method Summary
Modifier and TypeMethodDescriptionstatic long__max_align_ll(MemorySegment struct) Getter for field:long long __max_align_llstatic void__max_align_ll(MemorySegment struct, long fieldValue) Setter for field:long long __max_align_llstatic final ValueLayout.OfLongLayout for field:long long __max_align_llstatic final longOffset for field:long long __max_align_llstatic 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 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 longsizeof()The size (in bytes) of this struct
-
Method Details
-
layout
The layout of this struct -
__max_align_ll$layout
Layout for field:long long __max_align_ll -
__max_align_ll$offset
public static final long __max_align_ll$offset()Offset for field:long long __max_align_ll -
__max_align_ll
Getter for field:long long __max_align_ll -
__max_align_ll
Setter for field:long long __max_align_ll -
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()
-