Docs.rs
mu_uefi_tpl_mutex-2.0.0
mu_uefi_tpl_mutex 2.0.0
Permalink
Docs.rs crate page
BSD-2-Clause-Patent
Links
Repository
crates.io
Source
Owners
ProjectMuBot
Dependencies
mu_uefi_boot_services ^2
normal
r-efi ^5.1.0
normal
mockall ^0.13.0
dev
mu_uefi_boot_services ^2
dev
Versions
83.33%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
Crate tpl_mutex
tpl_
mutex
2.0.0
All Items
Crate Items
Structs
Crate
tpl_
mutex
Copy item path
Source
Structs
ยง
TplMutex
Type use for mutual exclusion of data across Tpl (task priority level)
TplMutex
Guard
RAII implementation of a
TplMutex
lock. When this structure is dropped, the lock will be unlocked.