Skip to main content

U32BE

Type Alias U32BE 

Source
pub type U32BE = U32<BigEndian>;
Expand description

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

Aliased Type§

pub struct U32BE(/* private fields */);

Trait Implementations§

Source§

impl FixedWireSize for U32

Source§

const WIRE_SIZE: usize = 4

The fixed size in bytes on the wire.