org.rococoa.cocoa.iokit
Class NXEventData.compound_struct
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.iokit.NXEventData.compound_struct
- Direct Known Subclasses:
- NXEventData.compound_struct.ByReference, NXEventData.compound_struct.ByValue
- Enclosing class:
- NXEventData
public static class NXEventData.compound_struct
- extends com.ochafik.lang.jnaerator.runtime.Structure
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure |
setupClone |
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField |
reserved
public short reserved
subType
public short subType
misc
public NXEventData.compound_struct.misc_union misc
NXEventData.compound_struct
public NXEventData.compound_struct()
NXEventData.compound_struct
public NXEventData.compound_struct(short reserved,
short subType,
NXEventData.compound_struct.misc_union misc)
byReference
public NXEventData.compound_struct.ByReference byReference()
byValue
public NXEventData.compound_struct.ByValue byValue()
clone
public NXEventData.compound_struct clone()
- Overrides:
clone
in class Object