Searched refs:ThreadBound (Results 1 – 2 of 2) 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> { implementation24 ThreadBound { in new()39 impl<T: Debug> Debug for ThreadBound<T> { implementation56 impl<T: Copy> Copy for ThreadBound<T> {} implementation58 impl<T: Copy> Clone for ThreadBound<T> { implementation
5 use crate::thread::ThreadBound;112 span: ThreadBound<SpanRange>,166 span: ThreadBound::new(SpanRange { in new()200 span: ThreadBound::new(SpanRange { start, end }), in new_spanned()345 span: ThreadBound::new(SpanRange { start, end }), in new2()