Rust reborrow a mutable reference with a named lifetime
I’m new to rust and learning SDL2 at the same time (please forgive any errors and skipping of error handling). I’ve come across this scenario with mutable borrowing and named lifetimes, and after much googling I cannot find an answer.