Uses of Interface
java.lang.foreign.StructLayout
Packages that use StructLayoutPREVIEW
Package
Description
Provides low-level access to memory and functions outside the Java runtime.
-
Uses of StructLayoutPREVIEW in java.lang.foreign
Methods in java.lang.foreign that return StructLayoutPREVIEWModifier 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)