Lines Matching refs:Item
25 /// Item type stored in this global lock.
26 type Item: 'static;
37 inner: Lock<B::Item, B::Backend>,
47 pub const unsafe fn new(data: B::Item) -> Self {
100 inner: Guard<'static, B::Item, B::Backend>,
104 type Target = B::Item;
113 B::Item: Unpin,
133 LockedBy<T, B::Item>: Send,
142 LockedBy<T, B::Item>: Sync,
276 type Item = $valuety;