Type Alias RwSpinlock

1.0.0 · Source
pub type RwSpinlock<T: ?Sized> = RwLock<RwCount, T>;
Available on non-crate feature use_std only.
Expand description

A reader-writer lock

Aliased Type§

struct RwSpinlock<T: ?Sized> { /* private fields */ }