public interface com.oracle.svm.core.posix.headers.Time$timeval extends org.graalvm.word.PointerBase
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.oracle.svm.core.posix.headers.Time$timeval
  super_class: java.lang.Object
{
  public abstract long tv_sec();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.struct.CField()

  public abstract void set_tv_sec(long);
    descriptor: (J)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.struct.CField()
    MethodParameters:
       Name  Flags
      value  

  public abstract long tv_usec();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.struct.CField()
      org.graalvm.nativeimage.c.struct.AllowWideningCast()

  public abstract void set_tv_usec(long);
    descriptor: (J)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.struct.CField()
      org.graalvm.nativeimage.c.struct.AllowNarrowingCast()
    MethodParameters:
       Name  Flags
      value  

  public abstract com.oracle.svm.core.posix.headers.Time$timeval addressOf(int);
    descriptor: (I)Lcom/oracle/svm/core/posix/headers/Time$timeval;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  
}
SourceFile: "Time.java"
NestHost: com.oracle.svm.core.posix.headers.Time
InnerClasses:
  public abstract timeval = com.oracle.svm.core.posix.headers.Time$timeval of com.oracle.svm.core.posix.headers.Time
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.struct.CStruct(addStructKeyword = true)