Skip to main content

put_fixed32_field

Function put_fixed32_field 

Source
pub fn put_fixed32_field(
    field_number: u32,
    value: u32,
    buf: &mut impl EncodeSink,
)
Expand description

Write a tagged fixed32 field (tag + 4-byte payload).

Fused tag+payload sibling of encode_fixed32; exists so generated write_to bodies are one call per field.