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

org.purejava.appindicator.constants$116 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_INT;
final class constants$116 {

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$116() {}
    static final VarHandle const$0 = constants$115.const$4.varHandle(MemoryLayout.PathElement.groupElement("si_uid"));
    static final StructLayout const$1 = MemoryLayout.structLayout(
        JAVA_INT.withName("si_tid"),
        JAVA_INT.withName("si_overrun"),
        MemoryLayout.unionLayout(
            JAVA_INT.withName("sival_int"),
            RuntimeHelper.POINTER.withName("sival_ptr")
        ).withName("si_sigval")
    ).withName("");
    static final VarHandle const$2 = constants$116.const$1.varHandle(MemoryLayout.PathElement.groupElement("si_tid"));
    static final VarHandle const$3 = constants$116.const$1.varHandle(MemoryLayout.PathElement.groupElement("si_overrun"));
    static final StructLayout const$4 = MemoryLayout.structLayout(
        JAVA_INT.withName("si_pid"),
        JAVA_INT.withName("si_uid"),
        MemoryLayout.unionLayout(
            JAVA_INT.withName("sival_int"),
            RuntimeHelper.POINTER.withName("sival_ptr")
        ).withName("si_sigval")
    ).withName("");
    static final VarHandle const$5 = constants$116.const$4.varHandle(MemoryLayout.PathElement.groupElement("si_pid"));
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy