Type Alias NonMaxU32

Source
pub type NonMaxU32 = NonMaxU32Le;
Expand description

NonMaxU32 is a nonmax, native-endian version of u32.

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

Aliased Typeยง

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