org.purejava.appindicator.constants$131 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of libappindicator-gtk3-java-full Show documentation
Show all versions of libappindicator-gtk3-java-full Show documentation
Java bindings for libappindicator-gtk3 in 100% pure Java
// Generated by jextract
package org.purejava.appindicator;
import java.lang.foreign.MemoryLayout;
import java.lang.foreign.StructLayout;
import java.lang.invoke.VarHandle;
import static java.lang.foreign.ValueLayout.JAVA_INT;
final class constants$131 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$131() {}
static final VarHandle const$0 = constants$130.const$3.varHandle(MemoryLayout.PathElement.groupElement("pc"));
static final VarHandle const$1 = constants$130.const$3.varHandle(MemoryLayout.PathElement.groupElement("pstate"));
static final StructLayout const$2 = MemoryLayout.structLayout(
JAVA_INT.withName("magic"),
JAVA_INT.withName("size")
).withName("_aarch64_ctx");
static final VarHandle const$3 = constants$131.const$2.varHandle(MemoryLayout.PathElement.groupElement("magic"));
static final VarHandle const$4 = constants$131.const$2.varHandle(MemoryLayout.PathElement.groupElement("size"));
static final StructLayout const$5 = MemoryLayout.structLayout(
MemoryLayout.structLayout(
JAVA_INT.withName("magic"),
JAVA_INT.withName("size")
).withName("head"),
JAVA_INT.withName("fpsr"),
JAVA_INT.withName("fpcr"),
MemoryLayout.sequenceLayout(32, MemoryLayout.paddingLayout(16).withName("__int128")).withName("vregs")
).withName("fpsimd_context");
}