Objects that can safely be copied via memcpy.
memcpy
impl<T, E> Copy for Result<T, E> where T: Copy, E: Copy,