static final class Type.TypeInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
alignment
The minimum alignment of this type
|
(package private) long |
handle
The address of this type's ffi_type structure
|
(package private) int |
size
The size in bytes of this type
|
(package private) int |
type
The FFI type of this type
|
| Constructor and Description |
|---|
TypeInfo(long handle,
int type,
int size,
int alignment) |