Type Alias NonMaxU16

Source
pub type NonMaxU16 = NonMaxU16Le;
Expand description

NonMaxU16 is a nonmax, native-endian version of u16.

This type behaves mostly like a u16 however u16::MAX is not a valid value.

Aliased Typeยง

#[repr(C)]
pub struct NonMaxU16(/* private fields */);