Searched refs:borrow_mut (Results 1 – 5 of 5) sorted by relevance
126 unsafe fn borrow_mut<'a>(ptr: *mut c_void) -> Self::BorrowedMut<'a>; in borrow_mut() method143 unsafe fn borrow_mut<'a>(_: *mut c_void) -> Self::BorrowedMut<'a> {} in borrow_mut() method
203 unsafe { T::borrow_mut(ptr.as_ptr()) } in get_mut()
429 unsafe fn borrow_mut<'a>(ptr: *mut c_void) -> &'a mut T { in borrow_mut() function469 unsafe fn borrow_mut<'a>(ptr: *mut c_void) -> Pin<&'a mut T> { in borrow_mut() function559 fn borrow_mut(&mut self) -> &mut T { in borrow_mut() function
941 fn borrow_mut(&mut self) -> &mut [T] { in borrow_mut() function
409 unsafe fn borrow_mut<'a>(ptr: *mut c_void) -> ArcBorrow<'a, T> { in borrow_mut() method910 fn borrow_mut(&mut self) -> &mut T { in borrow_mut() method
Completed in 11 milliseconds