Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dtypes.rs35 type BorrowedMut<'a>; global() typedef
134 type BorrowedMut<'a> = (); global() typedef
/linux/rust/kernel/alloc/
H A Dkbox.rs494 type BorrowedMut<'a> = &'a mut T; global() typedef
528 type BorrowedMut<'a> = Pin<&'a mut T>; global() typedef