Skip to main content

NonZeroUintRef

Type Alias NonZeroUintRef 

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

Non-zero unsigned integer reference.

Aliased Type§

#[repr(transparent)]
pub struct NonZeroUintRef(pub(crate) UintRef);

Tuple Fields§

§0: UintRef