Describes the layout of a C struct
-
Field Summary
Fields inherited from class com.kenai.jffi.Type
DOUBLE, FLOAT, LONGDOUBLE, POINTER, SCHAR, SINT, SINT16, SINT32, SINT64, SINT8, SLONG, SLONG_LONG, SSHORT, UCHAR, UINT, UINT16, UINT32, UINT64, UINT8, ULONG, ULONG_LONG, USHORT, VOID
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
Struct
Deprecated.
Creates a new C struct layout description.
- Parameters:
fields - The fields contained in the struct.
-
Method Details
-
-
-
hashCode
public int hashCode()
- Overrides:
hashCode in class Type