Type Alias hermit_sync::RwSpinLock

source ·
pub type RwSpinLock<T> = RwLock<RawRwSpinLock, T>;
Expand description

Aliased Type§

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