Home
last modified time | relevance | path

Searched defs:ThreadBound (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/
H A Dthread.rs9 pub(crate) struct ThreadBound<T> { struct
14 unsafe impl<T> Sync for ThreadBound<T> {} implementation
20 unsafe impl<T: Copy> Send for ThreadBound<T> {} implementation
22 impl<T> ThreadBound<T> { impl
39 impl<T: Debug> Debug for ThreadBound<T> { implementation
56 impl<T: Copy> Copy for ThreadBound<T> {} implementation
58 impl<T: Copy> Clone for ThreadBound<T> { implementation