Searched defs:Ptr (Results 1 – 2 of 2) sorted by relevance
/linux/rust/kernel/ | ||
H A D | miscdevice.rs | 116 type Ptr: ForeignOwnable + Send + Sync; global() typedef |
/linux/samples/rust/ | ||
H A D | rust_misc_device.rs | 158 type Ptr = Pin<KBox<Self>>; global() typedef |