Searched defs:Devres (Results 1 – 1 of 1) sorted by relevance
130 // Calling the FFI functions from the `base` module directly from the `Devres<T>` impl may result in argument 120 pub struct Devres<T: Send> { global() struct 137 impl<T: Send> Devres<T> { global() implementation 287 unsafe impl<T: Send> Send for Devres<T> {} global() implementation 290 unsafe impl<T: Send + Sync> Sync for Devres<T> {} global() implementation 293 impl<T: Send> PinnedDrop for Devres<T> { global() implementation [all...]