[src]

Function std::mem::from_le64

pub fn from_le64(x: i64) -> i64

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

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