Skip to main content

write_i32_le

Function write_i32_le 

Source
pub fn write_i32_le(buf: &mut [u8], offset: usize, v: i32)
Expand description

Writes a little-endian i32 into a fixed-layout buffer.