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

org.purejava.appindicator.constants$1582 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$1582 {

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$1582() {}
    static final VarHandle const$0 = constants$1580.const$4.varHandle(MemoryLayout.PathElement.groupElement("language"));
    static final VarHandle const$1 = constants$1580.const$4.varHandle(MemoryLayout.PathElement.groupElement("extra_attrs"));
    static final StructLayout const$2 = MemoryLayout.structLayout(
        JAVA_INT.withName("offset"),
        JAVA_INT.withName("length"),
        JAVA_INT.withName("num_chars"),
        MemoryLayout.paddingLayout(4),
        MemoryLayout.structLayout(
            RuntimeHelper.POINTER.withName("shape_engine"),
            RuntimeHelper.POINTER.withName("lang_engine"),
            RuntimeHelper.POINTER.withName("font"),
            JAVA_BYTE.withName("level"),
            JAVA_BYTE.withName("gravity"),
            JAVA_BYTE.withName("flags"),
            JAVA_BYTE.withName("script"),
            MemoryLayout.paddingLayout(4),
            RuntimeHelper.POINTER.withName("language"),
            RuntimeHelper.POINTER.withName("extra_attrs")
        ).withName("analysis")
    ).withName("_PangoItem");
    static final VarHandle const$3 = constants$1582.const$2.varHandle(MemoryLayout.PathElement.groupElement("offset"));
    static final VarHandle const$4 = constants$1582.const$2.varHandle(MemoryLayout.PathElement.groupElement("length"));
    static final VarHandle const$5 = constants$1582.const$2.varHandle(MemoryLayout.PathElement.groupElement("num_chars"));
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy