signed_decode_with_offset

Function signed_decode_with_offset 

Source
pub fn signed_decode_with_offset(
    buf: &[u8],
    offset: usize,
    value: &mut i64,
) -> usize
Expand description

Decode a byte slice into a i64 (signed) integer at a specific offset. Returns how many bytes were decoded.