[src]

Function std::mem::from_be32

pub fn from_be32(x: i32) -> i32

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

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