zerocopy::byteorder::network_endian

Type Alias U128

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

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

Aliased Typeยง

struct U128(/* private fields */);