[][src]Type Definition spin::lock_api::Mutex

type Mutex<T> = Mutex<Mutex<()>, T>;

A lock that provides mutually exclusive data access (compatible with lock_api).