|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StructLayout.Storage | |
---|---|
org.jruby.ext.ffi |
Uses of StructLayout.Storage in org.jruby.ext.ffi |
---|
Classes in org.jruby.ext.ffi that implement StructLayout.Storage | |
---|---|
class |
Struct
|
Methods in org.jruby.ext.ffi with parameters of type StructLayout.Storage | |
---|---|
abstract IRubyObject |
StructLayout.Member.get(Ruby runtime,
StructLayout.Storage cache,
IRubyObject ptr)
Reads a ruby value from the struct member. |
abstract void |
StructLayout.Member.put(Ruby runtime,
StructLayout.Storage cache,
IRubyObject ptr,
IRubyObject value)
Writes a ruby value to the native struct member as the appropriate native value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |