Skip to main content

write_u64_le

Function write_u64_le 

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

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