Searched defs:ThreadBound (Results 1 – 1 of 1) sorted by relevance
9 pub(crate) struct ThreadBound<T> { struct14 unsafe impl<T> Sync for ThreadBound<T> {} implementation20 unsafe impl<T: Copy> Send for ThreadBound<T> {} implementation22 impl<T> ThreadBound<T> { impl39 impl<T: Debug> Debug for ThreadBound<T> { implementation56 impl<T: Copy> Copy for ThreadBound<T> {} implementation58 impl<T: Copy> Clone for ThreadBound<T> { implementation