Skip to main content

U16LE

Type Alias U16LE 

Source
pub type U16LE = U16<LittleEndian>;
Expand description

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

Aliased Type§

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

Trait Implementations§

Source§

impl FixedWireSize for U16

Source§

const WIRE_SIZE: usize = 2

The fixed size in bytes on the wire.