Skip to main content

U32LE

Type Alias U32LE 

Source
pub type U32LE = U32<LittleEndian>;
Expand description

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

Aliased Type§

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

Trait Implementations§

Source§

impl FixedWireSize for U32

Source§

const WIRE_SIZE: usize = 4

The fixed size in bytes on the wire.