Skip to main content

encode_sfixed64

Function encode_sfixed64 

Source
pub fn encode_sfixed64(value: i64, buf: &mut impl EncodeSink)
Expand description

Encode an sfixed64 value as 8 bytes little-endian (wire type 1).

sfixed64 is a signed 64-bit integer stored as its two’s complement representation in little-endian order — identical bit pattern to fixed64.