Skip to main content

NonZeroUintRef

Type Alias NonZeroUintRef 

Source
pub type NonZeroUintRef = NonZero<UintRef>;
Expand description

Non-zero unsigned integer reference.

Aliased Typeยง

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