Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dtypes.rs35 type BorrowedMut<'a>; typedef
134 type BorrowedMut<'a> = (); typedef
/linux/rust/kernel/alloc/
H A Dkbox.rs411 type BorrowedMut<'a> = &'a mut T; typedef
445 type BorrowedMut<'a> = Pin<&'a mut T>; typedef
/linux/rust/kernel/sync/
H A Darc.rs382 type BorrowedMut<'a> = Self::Borrowed<'a>; typedef