no_std_compat

Module pin

Source

Macros§

  • Constructs a Pin<&mut T>, by pinning a value: T locally.

Structs§

  • A pointer which pins its pointee in place.

Traits§

  • PinCoerceUnsizedExperimental
    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.