Home
last modified time | relevance | path

Searched refs:BorrowedMut (Results 1 – 4 of 4) sorted by relevance

/rust/kernel/
A Dtypes.rs35 type BorrowedMut<'a>; typedef
126 unsafe fn borrow_mut<'a>(ptr: *mut c_void) -> Self::BorrowedMut<'a>; in borrow_mut()
134 type BorrowedMut<'a> = (); typedef
143 unsafe fn borrow_mut<'a>(_: *mut c_void) -> Self::BorrowedMut<'a> {} in borrow_mut()
A Dxarray.rs200 pub fn get_mut(&mut self, index: usize) -> Option<T::BorrowedMut<'_>> { in get_mut()
/rust/kernel/alloc/
A Dkbox.rs411 type BorrowedMut<'a> = &'a mut T; typedef
445 type BorrowedMut<'a> = Pin<&'a mut T>; typedef
/rust/kernel/sync/
A Darc.rs382 type BorrowedMut<'a> = Self::Borrowed<'a>; typedef

Completed in 8 milliseconds