Skip to main content

write_u32_le

Function write_u32_le 

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

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