Trait core::nonzero::Zeroable [] [src]

pub unsafe trait Zeroable { }
🔬 This is a nightly-only experimental API.   (nonzero #27730)

needs an RFC to flesh out the design

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

Implementors