Function bswap::u64::swap_memory
[-] [+]
[src]
pub unsafe fn swap_memory(dst: *mut u8, src: *const u8, len: usize)
Swaps len*8 bytes for u64 objects from src to dst. The source and destination may not overlap.