Function write_at

Source
pub fn write_at<T>(bytes: &mut [u8], data: &[u8], offset: &mut usize)
Expand description

Writes provided data into provided bytes buffer with the given offset.