Searched defs:SendablePtr (Results 1 – 1 of 1) sorted by relevance
237 struct SendablePtr<T>(*mut T); struct238 impl<T> Clone for SendablePtr<T> { implementation243 impl<T> Copy for SendablePtr<T> {} implementation244 unsafe impl<T> Send for SendablePtr<T> {} implementation245 unsafe impl<T> Sync for SendablePtr<T> {} implementation