[src]

Function std::mem::to_be64

pub fn to_be64(x: i64) -> i64

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

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