[src]

Function std::mem::from_be64

pub fn from_be64(x: i64) -> i64

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

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