Function std::mem::from_be64Deprecated[src]

pub fn from_be64(x: u64) -> u64

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

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