Searched defs:borrow_mut (Results 1 – 4 of 4) 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] { borrow_mut() function |
| /linux/rust/zerocopy/src/ | ||
| H A D | byte_slice.rs | 427 let borrow_mut = cell.borrow_mut(); in test_ref_mut_split_at_unchecked() localVariable |