Uses of Interface
java.lang.foreign.UnionLayout
Package
Description
Provides low-level access to memory and functions outside the Java runtime.
-
Uses of UnionLayoutPREVIEW in java.lang.foreign
Modifier and TypeMethodDescriptionstatic UnionLayoutPREVIEW
MemoryLayout.unionLayout
(MemoryLayoutPREVIEW... elements) Creates a union layout with the given member layouts.UnionLayout.withBitAlignment
(long bitAlignment) Returns a memory layout of the same type with the same size and name as this layout, but with the specified alignment constraint (in bits).Returns a memory layout of the same type with the same size and alignment constraint as this layout, but with the specified name.