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

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

Writes an u32 value to the specified Writer.

Arguments:

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

Returns:

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