Module bswap::u32 [-] [+] [src]

Swap bytes for u32 objects on all targets.

Constants

BYTES

Functions

swap_memory

Swaps len*4 bytes for u32 objects from src to dst. The source and destination may not overlap.

swap_memory_inplace

Swaps len*4 bytes for u32 objects inplace in buf.