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

pub unsafe trait Zeroable {
    fn is_zero(&self) -> bool;
}
🔬 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

Required Methods

🔬 This is a nightly-only experimental API. (nonzero #27730)

needs an RFC to flesh out the design

Whether this value is zero

Implementors