Function binn_ir::encode_u32

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

Encodes a U32

Result: total bytes that have been written.