Lines Matching defs:Work
354 pub struct Work<T: ?Sized, const ID: u64 = 0> { struct363 unsafe impl<T: ?Sized, const ID: u64> Send for Work<T, ID> {} implementation367 unsafe impl<T: ?Sized, const ID: u64> Sync for Work<T, ID> {} implementation369 impl<T: ?Sized, const ID: u64> Work<T, ID> { impl