Searched defs:LatchRef (Results 1 – 1 of 1) sorted by relevance
431 pub(super) struct LatchRef<'a, L> { struct436 impl<L> LatchRef<'_, L> { implementation445 unsafe impl<L: Sync> Sync for LatchRef<'_, L> {} implementation447 impl<L> Deref for LatchRef<'_, L> { implementation456 impl<L: Latch> Latch for LatchRef<'_, L> { implementation