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