Skip to main content

I32LE

Type Alias I32LE 

Source
pub type I32LE = I32<LittleEndian>;
Expand description

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

Aliased Type§

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

Trait Implementations§

Source§

impl FixedWireSize for I32

Source§

const WIRE_SIZE: usize = 4

The fixed size in bytes on the wire.