Re: [PATCH v3] rust: add bindings and API for bitmap.h and bitops.h.
From: Miguel Ojeda
Date: Mon Mar 10 2025 - 15:14:52 EST
On Mon, Mar 10, 2025 at 7:18 PM Yury Norov <yury.norov@xxxxxxxxx> wrote:
>
> There's no such a thing like 'struct bitmap'. It's internally an array
> of unsigned longs.
Yeah, that is why I said it, i.e. the docs seemed to imply it was
wrapping a C structure.
(There happens to be a `struct bitmap` in a driver, though! I noticed
because I double-checked with Elixir... :)
Cheers,
Miguel