Skip to main content

NonMaxU32

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ยง

pub struct NonMaxU32(/* private fields */);