Package apple.struct

Class _opaque_pthread_rwlock_t


  • public final class _opaque_pthread_rwlock_t
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte __opaque​(int field_idx)  
      long __sig()  
      void set__opaque​(byte value, int field_idx)  
      void set__sig​(long value)  
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • _opaque_pthread_rwlock_t

        public _opaque_pthread_rwlock_t()
      • _opaque_pthread_rwlock_t

        protected _opaque_pthread_rwlock_t​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • __sig

        public long __sig()
      • set__sig

        public void set__sig​(long value)
      • __opaque

        public byte __opaque​(int field_idx)
      • set__opaque

        public void set__opaque​(byte value,
                                int field_idx)