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.rs494 type BorrowedMut<'a> = &'a mut T; typedef
528 type BorrowedMut<'a> = Pin<&'a mut T>; typedef
/linux/rust/kernel/sync/
H A Darc.rs376 type BorrowedMut<'a> = Self::Borrowed<'a>; typedef