Type Alias NonMaxU64

Source
pub type NonMaxU64 = NonMaxU64Le;
Expand description

NonMaxU64 is a nonmax, native-endian version of u64.

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

Aliased Typeยง

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