Function std::mem::to_be64Deprecated[src]

pub fn to_be64(x: u64) -> u64

Convert an u64 to big endian from the target's endianness.

On big endian, this is a no-op. On little endian, the bytes are swapped.