Function il2_iltags::io::data::write_u16[][src]

pub fn write_u16(v: u16, writer: &mut dyn Writer) -> Result<()>
Expand description

Writes an u16 value to the specified Writer.

Arguments:

  • v: The value;
  • writer: The Writer;

Returns:

  • Ok(()): For success;
  • Err(_): For failure;