Searched defs:ThreadBound (Results 1 – 1 of 1) sorted by relevance
7 pub(crate) struct ThreadBound<T> { struct12 unsafe impl<T> Sync for ThreadBound<T> {} argument18 unsafe impl<T: Copy> Send for ThreadBound<T> {} implementation20 impl<T> ThreadBound<T> { implementation37 impl<T: Debug> Debug for ThreadBound<T> { implementation54 impl<T: Copy> Copy for ThreadBound<T> {} implementation56 impl<T: Copy> Clone for ThreadBound<T> { implementation