Lines Matching refs:pin
1 [](https://crates.io/crates/pin-init)
2 [](https://docs.rs/pin-init/)
3 …ttps://deps.rs/repo/github/Rust-for-Linux/pin-init/status.svg)](https://deps.rs/repo/github/Rust-f…
4 
6 ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/Rust-for-Linux/pin-…
7 # `pin-init`
38 The feature is enabled by default, thus by default `pin-init` will require a nightly compiler.
45 This feature enables the `Wrapper` implementation on the unstable `core::pin::UnsafePinned` type.
75 `#[`[`pin_data`]`]`. It is a macro that uses `#[pin]` as a marker for
85 #[pin]
119 #[pin]
154 pin::Pin,
175 #[pin]
177 #[pin]
224 [pinning]: https://doc.rust-lang.org/std/pin/index.html
225 [structurally pinned fields]: https://doc.rust-lang.org/std/pin/index.html#projections-and-structur…
226 [stack]: https://docs.rs/pin-init/latest/pin_init/macro.stack_pin_init.html
227 [`impl PinInit<Foo>`]: https://docs.rs/pin-init/latest/pin_init/trait.PinInit.html
228 [`impl PinInit<T, E>`]: https://docs.rs/pin-init/latest/pin_init/trait.PinInit.html
229 [`impl Init<T, E>`]: https://docs.rs/pin-init/latest/pin_init/trait.Init.html