Home
last modified time | relevance | path

Searched defs:BorrowedMut (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/rust/kernel/
Dtypes.rs26 type BorrowedMut<'a>; typedef
117 type BorrowedMut<'a> = (); typedef
/linux-6.14.4/rust/kernel/alloc/
Dkbox.rs357 type BorrowedMut<'a> = &'a mut T; typedef
388 type BorrowedMut<'a> = Pin<&'a mut T>; typedef
/linux-6.14.4/rust/kernel/sync/
Darc.rs347 type BorrowedMut<'a> = Self::Borrowed<'a>; typedef