[src]

Function std::mem::from_le32

pub fn from_le32(x: i32) -> i32

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

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