Uses of Interface
org.jruby.ext.ffi.StructLayout.Storage
Packages that use StructLayout.Storage
-
Uses of StructLayout.Storage in org.jruby.ext.ffi
Classes in org.jruby.ext.ffi that implement StructLayout.StorageMethods in org.jruby.ext.ffi with parameters of type StructLayout.StorageModifier and TypeMethodDescriptionfinal IRubyObject
StructLayout.Member.get
(ThreadContext context, StructLayout.Storage cache, AbstractMemory ptr) Reads a ruby value from the struct member.final void
StructLayout.Member.put
(ThreadContext context, StructLayout.Storage cache, AbstractMemory ptr, IRubyObject value) Writes a ruby value to the native struct member as the appropriate native value.