Function little_endian::write [] [src]

pub fn write<T: Encode>(buf: &mut [u8], from: T)

Write some integer into a buffer.

This writes from into buf through the methods in T's implementation of Encode.