Skip to main content

I16LE

Type Alias I16LE 

Source
pub type I16LE = I16<LittleEndian>;
Expand description

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

Aliased Type§

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

Trait Implementations§

Source§

impl FixedWireSize for I16

Source§

const WIRE_SIZE: usize = 2

The fixed size in bytes on the wire.