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

org.purejava.appindicator.constants$240 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;
import static java.lang.foreign.ValueLayout.JAVA_LONG;
final class constants$240 {

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$240() {}
    static final VarHandle const$0 = constants$239.const$1.varHandle(MemoryLayout.PathElement.groupElement("finalize_hook"));
    static final StructLayout const$1 = MemoryLayout.structLayout(
        RuntimeHelper.POINTER.withName("data"),
        RuntimeHelper.POINTER.withName("next"),
        RuntimeHelper.POINTER.withName("prev"),
        JAVA_INT.withName("ref_count"),
        MemoryLayout.paddingLayout(4),
        JAVA_LONG.withName("hook_id"),
        JAVA_INT.withName("flags"),
        MemoryLayout.paddingLayout(4),
        RuntimeHelper.POINTER.withName("func"),
        RuntimeHelper.POINTER.withName("destroy")
    ).withName("_GHook");
    static final VarHandle const$2 = constants$240.const$1.varHandle(MemoryLayout.PathElement.groupElement("data"));
    static final VarHandle const$3 = constants$240.const$1.varHandle(MemoryLayout.PathElement.groupElement("next"));
    static final VarHandle const$4 = constants$240.const$1.varHandle(MemoryLayout.PathElement.groupElement("prev"));
    static final VarHandle const$5 = constants$240.const$1.varHandle(MemoryLayout.PathElement.groupElement("ref_count"));
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy