Searched refs:GuardWrapper (Results 1 – 1 of 1) sorted by relevance
508 struct GuardWrapper(Guard); in unprotected() struct509 unsafe impl Sync for GuardWrapper {} in unprotected() implementation510 static UNPROTECTED: GuardWrapper = GuardWrapper(Guard { in unprotected()