Uses of Class
jnr.ffi.StructLayout
-
Packages that use StructLayout Package Description jnr.ffi -
-
Uses of StructLayout in jnr.ffi
Fields in jnr.ffi declared as StructLayout Modifier and Type Field Description (package private) StructLayout
StructLayout. enclosing
Methods in jnr.ffi with type parameters of type StructLayout Modifier and Type Method Description protected <T extends StructLayout>
TStructLayout. inner(T structLayout)
Methods in jnr.ffi that return StructLayout Modifier and Type Method Description StructLayout
StructLayout.Field. enclosing()
Gets the Struct this Member is a member of.
-