Function libdonet::datagram::byte_order::swap_le_64

source ยท
pub fn swap_le_64(v: u64) -> u64
Expand description

Swaps 8 bytes in little endian byte order to big endian. Returns the input if the processor is little endian.