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