Package jnr.ffi
Class Struct.Function<T>
- java.lang.Object
-
- jnr.ffi.Struct.Member
-
- jnr.ffi.Struct.AbstractMember
-
- jnr.ffi.Struct.Function<T>
-
- Enclosing class:
- Struct
public final class Struct.Function<T> extends Struct.AbstractMember
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Class<? extends T>
closureClass
private T
instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
set(T value)
-
Methods inherited from class jnr.ffi.Struct.AbstractMember
getMemory, offset, struct
-
-