Function light_utils::offset::zero_copy::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
.