Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dtypes.rs38 type BorrowedMut<'a>; typedef
133 type BorrowedMut<'a> = (); typedef
/linux/rust/kernel/alloc/
H A Dkbox.rs408 type BorrowedMut<'a> = &'a mut T; typedef
440 type BorrowedMut<'a> = Pin<&'a mut T>; typedef
/linux/rust/kernel/sync/
H A Darc.rs379 type BorrowedMut<'a> = Self::Borrowed<'a>; typedef