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