All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.purejava.appindicator.constants$1802 Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
// 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_BYTE;
import static java.lang.foreign.ValueLayout.JAVA_INT;
final class constants$1802 {

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$1802() {}
    static final VarHandle const$0 = constants$1801.const$0.varHandle(MemoryLayout.PathElement.groupElement("index"));
    static final VarHandle const$1 = constants$1801.const$0.varHandle(MemoryLayout.PathElement.groupElement("mode"));
    static final VarHandle const$2 = constants$1801.const$0.varHandle(MemoryLayout.PathElement.groupElement("value"));
    static final StructLayout const$3 = MemoryLayout.structLayout(
        JAVA_INT.withName("type"),
        MemoryLayout.paddingLayout(4),
        RuntimeHelper.POINTER.withName("window"),
        JAVA_BYTE.withName("send_event"),
        MemoryLayout.paddingLayout(3),
        JAVA_INT.withName("time"),
        JAVA_INT.withName("group"),
        JAVA_INT.withName("mode")
    ).withName("_GdkEventPadGroupMode");
    static final VarHandle const$4 = constants$1802.const$3.varHandle(MemoryLayout.PathElement.groupElement("type"));
    static final VarHandle const$5 = constants$1802.const$3.varHandle(MemoryLayout.PathElement.groupElement("window"));
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy