Skip to main content

write_u16_le

Function write_u16_le 

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

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