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: add PointerWrapper implementation for *mut T.
The implementation is straightforward: converting to `void *` and
borrowing are just pointer casts.
This is used by the GPIO subsystem where some context data is controlled
by the C side, so it is necessarily a raw pointer. (This is hidden from
driver writers though.)
Signed-off-by: Wedson Almeida Filho <[email protected]>
0 commit comments