Searched defs:borrow_mut (Results 1 – 3 of 3) sorted by relevance
| /linux/rust/kernel/ | ||
| H A D | types.rs | 126 unsafe fn borrow_mut<'a>(ptr: *mut c_void) -> Self::BorrowedMut<'a>; borrow_mut() method |
| /linux/rust/kernel/alloc/ | ||
| H A D | kbox.rs | 512 unsafe fn borrow_mut<'a>(ptr: *mut c_void) -> &'a mut T { borrow_mut() function |
| H A D | kvec.rs | 1067 fn borrow_mut(&mut self) -> &mut [T] { in borrow_mut() function |