Type Alias U32NonZero

Source
pub type U32NonZero = U32Ne<0>;
Expand description

Checks whether the given value is non-zero.

Aliased Typeยง

struct U32NonZero;