Function core::mem::from_le64Deprecated[src]

pub fn from_le64(x: u64) -> u64

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

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