Docs.rs
rustix-futex-sync-0.4.0
rustix-futex-sync 0.4.0
Permalink
Docs.rs crate page
Apache-2.0
WITH LLVM-exception OR
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
sunfishcode
Dependencies
compiler_builtins ^0.1.101
normal
optional
rustc-std-workspace-core ^1.0.0
normal
optional
lock_api ^0.4.7
normal
optional
rustix ^1.0.0
normal
rand ^0.9.0
dev
Versions
18.87%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rustix_
futex_
sync
0.4.0
Mutex
Aliased Type
In crate rustix_
futex_
sync
rustix_futex_sync
Type Alias
Mutex
Copy item path
Source
pub type Mutex<T> =
Mutex
<T, false>;
Aliased Type
ยง
pub struct Mutex<T> {
/* private fields */
}