Module core::nonzeroUnstable [-] [+] [src]

Exposes the NonZero lang item which provides optimization hints.

Structs

NonZero

A wrapper type for raw pointers and integers that will never be NULL or 0 that might allow certain optimizations.

Traits

Zeroable

Unsafe trait to indicate what types are usable with the NonZero struct