[][src]Function linux::lmem::swap

pub fn swap<T>(one: &mut T, two: &mut T)

Swaps two objects.

[argument, one] Object one.

[argument, two] Object two.