zerocopy::byteorder::network_endian

Type Alias U32

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

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

Aliased Typeยง

struct U32(/* private fields */);