zerocopy::byteorder::big_endian

Type Alias U32

Source
pub type U32 = U32<BigEndian>;
Available on crate feature byteorder only.
Expand description

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

Aliased Typeยง

struct U32(/* private fields */);