Type Definition r3::sync::mutex::StaticMutexGuard

source ·
pub type StaticMutexGuard<'a, System, T> = GenericMutexGuard<'a, Hunk<System, UnsafeCell<MaybeUninit<T>>>, MutexRef<'a, System>>;
Available on crate feature sync only.
Expand description

The specialization of GenericMutexGuard for StaticMutex.