Type Alias RwSpinlockWriteGuard

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

Aliased Typeยง

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