Function show_notes::e002::borrow_mut
source ยท pub fn borrow_mut(mutable_ref_to_circle: &mut Circle)
Expand description
Demonstrates general borrowing of a mutable reference.
pub fn borrow_mut(mutable_ref_to_circle: &mut Circle)
Demonstrates general borrowing of a mutable reference.