Home
last modified time | relevance | path

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

/external/rust/crates/crossbeam-epoch/src/
Dguard.rs508 struct GuardWrapper(Guard); in unprotected() struct
509 unsafe impl Sync for GuardWrapper {} in unprotected() implementation