You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rust/kernel: define a fallible implementation of Arc::pin
This is convenient to create pinned pointers inside the kernel,
without having to use/prove an `unsafe` block each time.
Defined as a trait, so it can be implemented for `core` pointers
such as `Arc`, `Rc`, or `Box`.
Includes a sample implementation for `Arc`.
Signed-off-by: Sven Van Asbroeck <[email protected]>
0 commit comments