Type Alias spinning_top::guard::RwSpinlockWriteGuard

source ·
pub type RwSpinlockWriteGuard<'a, T> = RwLockWriteGuard<'a, RawRwSpinlock<Spin>, T>;
Expand description

Aliased Type§

struct RwSpinlockWriteGuard<'a, T> { /* private fields */ }