Function core::mem::to_le32Deprecated[src]

pub fn to_le32(x: u32) -> u32

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

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