Docs.rs
no-std-compat-0.4.1
no-std-compat 0.4.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jD91mZM2
Dependencies
hashbrown ^0.8.1
normal
optional
spin ^0.5.2
normal
optional
libc ^0.2.74
dev
Versions
0%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
no_
std_
compat
0.4.1
Module pin
Module Items
Macros
Structs
Traits
In crate no_
std_
compat
no_std_compat
Module
pin
Copy item path
Source
Macros
§
pin
Constructs a
Pin
<
&mut
T>
, by pinning a
value: T
locally.
Structs
§
Pin
A pointer which pins its pointee in place.
Traits
§
PinCoerce
Unsized
Experimental
Trait that indicates that this is a pointer or a wrapper for one, where unsizing can be performed on the pointee when it is pinned.