Skip to main content

put_u64

Function put_u64 

Source
pub fn put_u64(payload: &mut [u8], off: usize, v: u64) -> Option<()>
Expand description

Write a u64 at offset off (little-endian).

Returns None if the write would overflow the payload.