Searched defs:ThreadBound (Results 1 – 1 of 1) sorted by relevance
7 pub struct ThreadBound<T> { struct12 unsafe impl<T> Sync for ThreadBound<T> {} argument15 unsafe impl<T: Copy> Send for ThreadBound<T> {} implementation17 impl<T> ThreadBound<T> { implementation34 impl<T: Debug> Debug for ThreadBound<T> { implementation