Function std::mem::to_le64Deprecated[src]

pub fn to_le64(x: u64) -> u64

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

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