Searched defs:SendPtr (Results 1 – 1 of 1) sorted by relevance
137 struct SendPtr<T>(*mut T); struct140 unsafe impl<T: Send> Send for SendPtr<T> {} implementation143 unsafe impl<T: Send> Sync for SendPtr<T> {} implementation145 impl<T> SendPtr<T> { impl153 impl<T> Clone for SendPtr<T> { implementation160 impl<T> Copy for SendPtr<T> {} implementation