Skip to main content

U16BE

Type Alias U16BE 

Source
pub type U16BE = U16<BigEndian>;
Expand description

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

Aliased Type§

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

Trait Implementations§

Source§

impl FixedWireSize for U16

Source§

const WIRE_SIZE: usize = 2

The fixed size in bytes on the wire.