Uses of Interface
java.lang.foreign.StructLayout
Package
Description
Provides low-level access to memory and functions outside the Java runtime.
-
Uses of StructLayoutPREVIEW in java.lang.foreign
Modifier and TypeMethodDescriptionLinker.Option.CaptureCallState.layout()
Returns A struct layout that represents the layout of the native segment passed to a downcall handle linked with thisCapturedCallState
instance.static StructLayoutPREVIEW
MemoryLayout.structLayout
(MemoryLayoutPREVIEW... elements) Creates a struct layout with the given member layouts.StructLayout.withBitAlignment
(long bitAlignment)