write_i16

Function write_i16 

Source
pub fn write_i16(
    buf: &mut [u8],
    value: i16,
) -> Result<(), Box<dyn Error + Sync + Send>>