zerocopy::byteorder::native_endian

Type Alias U128

Source
pub type U128 = U128<NativeEndian>;
Expand description

A 128-bit unsigned integer stored in native-endian byte order.

Aliased Typeยง

struct U128(/* private fields */);