Type Alias spinning_top::RwSpinlock

source ·
pub type RwSpinlock<T> = RwLock<RawRwSpinlock<Spin>, T>;
Expand description

Aliased Type§

struct RwSpinlock<T> { /* private fields */ }