Module bswap::u64 [] [src]

Swap bytes for u64 objects on all targets.

Constants

BYTES

Functions

swap_memory

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

swap_memory_inplace

Swaps len*8 bytes for u64 objects inplace in buf.