See the derived implementations at the bottom of http://doc.rust-lang.org/1.0.0-beta.3/std/num/struct.Wrapping.html for example. ``` rust impl<T> Clone for Wrapping<T> where T: Clone + Clone ```