Object
# File lib/ffi/struct.rb, line 34 def offset_of(field_name) self[field_name].offset end
# File lib/ffi/struct.rb, line 30 def offsets members.map { |m| [ m, self[m].offset ] } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.