Home
last modified time | relevance | path

Searched refs:borrow_mut (Results 1 – 5 of 5) sorted by relevance

/rust/kernel/
A Dtypes.rs126 unsafe fn borrow_mut<'a>(ptr: *mut c_void) -> Self::BorrowedMut<'a>; in borrow_mut() method
143 unsafe fn borrow_mut<'a>(_: *mut c_void) -> Self::BorrowedMut<'a> {} in borrow_mut() method
A Dxarray.rs203 unsafe { T::borrow_mut(ptr.as_ptr()) } in get_mut()
/rust/kernel/alloc/
A Dkbox.rs429 unsafe fn borrow_mut<'a>(ptr: *mut c_void) -> &'a mut T { in borrow_mut() function
469 unsafe fn borrow_mut<'a>(ptr: *mut c_void) -> Pin<&'a mut T> { in borrow_mut() function
559 fn borrow_mut(&mut self) -> &mut T { in borrow_mut() function
A Dkvec.rs941 fn borrow_mut(&mut self) -> &mut [T] { in borrow_mut() function
/rust/kernel/sync/
A Darc.rs409 unsafe fn borrow_mut<'a>(ptr: *mut c_void) -> ArcBorrow<'a, T> { in borrow_mut() method
910 fn borrow_mut(&mut self) -> &mut T { in borrow_mut() method

Completed in 11 milliseconds