fuchsia_
sync
0.0.1
Mutex
Aliased type
In crate fuchsia_
sync
fuchsia_sync
Type Alias
Mutex
Copy item path
Source
pub type Mutex<T> = Mutex<
RawSyncMutex
, T>;
Aliased Type
ยง
struct Mutex<T> {
/* private fields */
}