Skip to main content

NonZeroU32

Type Alias NonZeroU32 

Source
pub type NonZeroU32 = NonAnyU32<0>;
Expand description

An integer that is known not to equal zero.

Aliased Typeยง

pub struct NonZeroU32(/* private fields */);