]> www.infradead.org Git - users/hch/misc.git/commit
rust: pin-init: Add the `Wrapper` trait.
authorChristian Schrefl <chrisi.schrefl@gmail.com>
Mon, 21 Apr 2025 22:17:59 +0000 (22:17 +0000)
committerBenno Lossin <benno.lossin@proton.me>
Thu, 1 May 2025 16:10:54 +0000 (18:10 +0200)
commit2f7c73825f8f435ebdfb2cfa3b01cfa2b1c79041
tree2bf14c1f061dfefc6061078e4ed1a8d24a1037a3
parent90348980a305cc24a067cc6e606e1c318e277930
rust: pin-init: Add the `Wrapper` trait.

This trait allows creating `PinInitializers` for wrapper or new-type
structs with the inner value structurally pinned, when given the
initializer for the inner value.

Implement this trait for `UnsafeCell` and `MaybeUninit`.

Signed-off-by: Christian Schrefl <chrisi.schrefl@gmail.com>
Link: https://github.com/Rust-for-Linux/pin-init/pull/37/commits/3ab4db083bd7b41a1bc23d937224f975d7400e50
[ Reworded commit message into imperative mode, fixed typo and fixed
  commit authorship. - Benno ]
Signed-off-by: Benno Lossin <benno.lossin@proton.me>
rust/pin-init/src/lib.rs