borrow_mut

Function borrow_mut 

Source
pub unsafe fn borrow_mut<T: ?Sized>(this: &mut RcMut<T>) -> &mut T
Expand description

Get a mutable reference to the value.