Skip to main content

I16BE

Type Alias I16BE 

Source
pub type I16BE = I16<BigEndian>;
Expand description

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

Aliased Type§

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

Trait Implementations§

Source§

impl FixedWireSize for I16

Source§

const WIRE_SIZE: usize = 2

The fixed size in bytes on the wire.