![JAR search and dependency download from the Maven repository](/logo.png)
org.purejava.appindicator.constants$81 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$81 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$81() {}
static final StructLayout const$0 = MemoryLayout.structLayout(
RuntimeHelper.POINTER.withName("fptr"),
RuntimeHelper.POINTER.withName("rptr"),
RuntimeHelper.POINTER.withName("state"),
JAVA_INT.withName("rand_type"),
JAVA_INT.withName("rand_deg"),
JAVA_INT.withName("rand_sep"),
MemoryLayout.paddingLayout(4),
RuntimeHelper.POINTER.withName("end_ptr")
).withName("random_data");
static final VarHandle const$1 = constants$81.const$0.varHandle(MemoryLayout.PathElement.groupElement("fptr"));
static final VarHandle const$2 = constants$81.const$0.varHandle(MemoryLayout.PathElement.groupElement("rptr"));
static final VarHandle const$3 = constants$81.const$0.varHandle(MemoryLayout.PathElement.groupElement("state"));
static final VarHandle const$4 = constants$81.const$0.varHandle(MemoryLayout.PathElement.groupElement("rand_type"));
static final VarHandle const$5 = constants$81.const$0.varHandle(MemoryLayout.PathElement.groupElement("rand_deg"));
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy