Function binn_ir::encode_i32

source ·
pub fn encode_i32<W>(stream: &mut W, i: i32) -> IoResult<Size>where
    W: Write,
Expand description

Encodes an I32

Result: total bytes that have been written.