Trait implementation lrs::share::Cell::Copy

Objects that can safely be copied via memcpy.

Syntax

impl<T> Copy for Cell<T>
    where T: Copy,