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
could be neat as a way of turning a byte slice representing a mmio region into a rust structure without copying it onto the stack, mutating it, and then putting it back. on the other hand there's probably not a good way to make it do volatile writes.