org.purejava.appindicator.constants$460 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$460 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$460() {}
static final StructLayout const$0 = MemoryLayout.structLayout(
JAVA_INT.withName("test_initialized"),
JAVA_INT.withName("test_quick"),
JAVA_INT.withName("test_perf"),
JAVA_INT.withName("test_verbose"),
JAVA_INT.withName("test_quiet"),
JAVA_INT.withName("test_undefined")
).withName("GTestConfig");
static final VarHandle const$1 = constants$460.const$0.varHandle(MemoryLayout.PathElement.groupElement("test_initialized"));
static final VarHandle const$2 = constants$460.const$0.varHandle(MemoryLayout.PathElement.groupElement("test_quick"));
static final VarHandle const$3 = constants$460.const$0.varHandle(MemoryLayout.PathElement.groupElement("test_perf"));
static final VarHandle const$4 = constants$460.const$0.varHandle(MemoryLayout.PathElement.groupElement("test_verbose"));
static final VarHandle const$5 = constants$460.const$0.varHandle(MemoryLayout.PathElement.groupElement("test_quiet"));
}