store_u64le

Function store_u64le 

Source
pub fn store_u64le(dest: &mut [u8], v: u64) -> usize
Expand description

store u64 little-endian value in the supplied buffer, returning the number of bytes written