Function core::mem::from_le32Deprecated[src]
pub fn from_le32(x: u32) -> u32
Convert an u32 from little endian to the target's endianness.
On little endian, this is a no-op. On big endian, the bytes are swapped.
pub fn from_le32(x: u32) -> u32
Convert an u32 from little endian to the target's endianness.
On little endian, this is a no-op. On big endian, the bytes are swapped.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).