Skip to main content

RwSpinlock

Type Alias RwSpinlock 

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

A reader-writer lock

Aliased Typeยง

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