Uses of Class
jnr.ffi.StructLayout.AbstractField
-
Packages that use StructLayout.AbstractField Package Description jnr.ffi -
-
Uses of StructLayout.AbstractField in jnr.ffi
Subclasses of StructLayout.AbstractField in jnr.ffi Modifier and Type Class Description protected class
StructLayout.AbstractBoolean
Base class for Boolean fieldsclass
StructLayout.AsciiString
class
StructLayout.AsciiStringRef
protected class
StructLayout.Boolean
A normal C boolean - 1 byte in sizeprotected class
StructLayout.Function<T>
protected class
StructLayout.Padding
Specialized padding fields for structs.class
StructLayout.String
class
StructLayout.UTF8String
class
StructLayout.UTF8StringRef
class
StructLayout.UTFString
class
StructLayout.UTFStringRef
protected class
StructLayout.WBOOL
A Windows BOOL - 4 bytes
-