Trait implementation lrs::option::Option::Copy

Objects that can safely be copied via memcpy.

Syntax

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