pub type NonZeroU128_ne = NativeEndian<NonZeroU128>;Expand description
Alias for
NativeEndian<NonZeroU128>
.
Aliased Type§
#[repr(transparent)]pub struct NonZeroU128_ne {
pub value: NonZero<u128>,
}Fields§
§value: NonZero<u128>The value of the type