Docs.rs
rustix-futex-sync-0.1.1
rustix-futex-sync 0.1.1
Docs.rs crate page
Apache-2.0
WITH LLVM-exception OR
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
sunfishcode
Dependencies
rustc-std-workspace-alloc ^1.0.0
normal
compiler_builtins ^0.1.49
normal
rustc-std-workspace-core ^1.0.0
normal
lock_api ^0.4.7
normal
rustix ^0.38.1
normal
rand ^0.8.5
dev
Versions
6.67%
of the crate is documented
Go to latest version
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
☰
MutexGuard
In rustix_futex_sync
?
Type Alias
rustix_futex_sync
::
MutexGuard
source
·
[
−
]
pub type MutexGuard<'a, T> =
MutexGuard
<'a,
RawMutex
, T>;