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
I am using unsafe rust to get two mutable reference of the same struct ( although different fields of the struct ). I want to switch it from unsafe to completely safe rust.
I am using unsafe rust to get two mutable reference of the same struct ( although different fields of the struct ). I want to switch it from unsafe to completely safe rust.