Re: [PATCH v17 05/10] rust: page: convert to `Ownable`
From: Alice Ryhl
Date: Wed Jun 17 2026 - 06:03:21 EST
On Thu, Jun 4, 2026 at 10:14 PM Andreas Hindborg <a.hindborg@xxxxxxxxxx> wrote:
>
> From: Asahi Lina <lina@xxxxxxxxxxxxx>
>
> This allows Page references to be returned as borrowed references,
> without necessarily owning the struct page.
>
> Signed-off-by: Asahi Lina <lina@xxxxxxxxxxxxx>
> [ Andreas: Fix formatting and add a safety comment. ]
> Signed-off-by: Andreas Hindborg <a.hindborg@xxxxxxxxxx>
This will not compile unless Rust Binder is also updated.
Alice