pub unsafe trait ZeroSafe { }
Expand description

Unsafe trait to indicate which types are safe to set to all-bits-zero.

Implementations on Foreign Types

Implementors