Searched defs:Borrowed (Results 1 – 3 of 3) sorted by relevance
| /linux/rust/kernel/ | ||
| H A D | scatterlist.rs | 102 pub struct Borrowed(Opaque<bindings::sg_table>); struct |
| H A D | types.rs | 32 type Borrowed<'a>; typedef |
| /linux/rust/kernel/alloc/ | ||
| H A D | kbox.rs | 493 type Borrowed<'a> = &'a T; typedef |