Function binn_ir::encode_u16

source ·
pub fn encode_u16<W>(stream: &mut W, u: u16) -> IoResult<Size>where
    W: Write,
Expand description

Encodes a U16

Result: total bytes that have been written.