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