Crate pinned_init_macro

Source

Attribute Macros§

pin_data
Used to specify the pinning information of the fields of a struct.
pinned_drop
Used to implement PinnedDrop safely.

Derive Macros§

Zeroable
Derives the Zeroable trait for the given struct.