Docs.rs
thread_aware-0.3.0
thread_aware 0.3.0
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
ralfbiedert
microsoft-oss-releases
oxidizer-crates-io-bot
Dependencies
many_cpus ^1.1.0
normal
optional
mutants ^0.0.3
normal
thread_aware_macros ^0.3.0
normal
optional
thread_aware_macros ^0.3.0
dev
Versions
80.56%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
relocate_mut
thread_
aware
0.3.0
thread_aware
Function
relocate_
mut
Copy item path
Source
pub fn relocate_mut<T, D>(data: D, f:
fn
(
&mut D
) -> T) ->
ClosureMut
<T, D>
where D:
ThreadAware
,