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

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

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$313() {}
    static final StructLayout const$0 = MemoryLayout.structLayout(
        JAVA_INT.withName("ref_count"),
        MemoryLayout.paddingLayout(4),
        RuntimeHelper.POINTER.withName("funcs"),
        RuntimeHelper.POINTER.withName("encoding"),
        RuntimeHelper.POINTER.withName("read_cd"),
        RuntimeHelper.POINTER.withName("write_cd"),
        RuntimeHelper.POINTER.withName("line_term"),
        JAVA_INT.withName("line_term_len"),
        MemoryLayout.paddingLayout(4),
        JAVA_LONG.withName("buf_size"),
        RuntimeHelper.POINTER.withName("read_buf"),
        RuntimeHelper.POINTER.withName("encoded_read_buf"),
        RuntimeHelper.POINTER.withName("write_buf"),
        MemoryLayout.sequenceLayout(6, JAVA_BYTE).withName("partial_write_buf"),
        MemoryLayout.paddingLayout(2),
        RuntimeHelper.POINTER.withName("reserved1"),
        RuntimeHelper.POINTER.withName("reserved2")
    ).withName("_GIOChannel");
    static final VarHandle const$1 = constants$313.const$0.varHandle(MemoryLayout.PathElement.groupElement("ref_count"));
    static final VarHandle const$2 = constants$313.const$0.varHandle(MemoryLayout.PathElement.groupElement("funcs"));
    static final VarHandle const$3 = constants$313.const$0.varHandle(MemoryLayout.PathElement.groupElement("encoding"));
    static final VarHandle const$4 = constants$313.const$0.varHandle(MemoryLayout.PathElement.groupElement("read_cd"));
    static final VarHandle const$5 = constants$313.const$0.varHandle(MemoryLayout.PathElement.groupElement("write_cd"));
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy