Function libdonet::datagram::byte_order::swap_be_64

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

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