# File lib/ffi/tools/generator.rb, line 45 def struct(options = {}, &block) @structs << FFI::StructGenerator.new(@name, @options.merge(options), &block) end