Skip to main content

I32BE

Type Alias I32BE 

Source
pub type I32BE = I32<BigEndian>;
Expand description

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

Aliased Type§

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

Trait Implementations§

Source§

impl FixedWireSize for I32

Source§

const WIRE_SIZE: usize = 4

The fixed size in bytes on the wire.