Subject:
Re: [ruby-ffi] ANN ffi-bit_masks
From:
Matijs van Zuijlen
Date:
8/31/13 6:05 AM
To:
ruby-ffi@googlegroups.com

On 28/08/13 12:15, postmodern wrote:
> I finally got around to finishing my FFI plugin for handling bit-masked
> function arguments. Much thanks to Wayne Meissner for explaining the
> DataConverter API.
> https://github.com/postmodern/ffi-bit_masks#readme
> 
> Now I'm wondering what a FFI plugin for struct bit-fields might look like?
> 

Does this mean this plugin will work for function arguments but not for struct
fields?

-- Matijs