Home
last modified time | relevance | path

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

/external/rust/crates/rayon/src/
Dlib.rs137 struct SendPtr<T>(*mut T); struct
140 unsafe impl<T: Send> Send for SendPtr<T> {} implementation
143 unsafe impl<T: Send> Sync for SendPtr<T> {} implementation
145 impl<T> SendPtr<T> { impl
153 impl<T> Clone for SendPtr<T> { implementation
160 impl<T> Copy for SendPtr<T> {} implementation