Mutex
fuchsia_
sync
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
ยง
pub struct Mutex<T> {
/* private fields */
}