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