Trait core::kinds::CopyExperimental [-]  [+] [src]

pub trait Copy: ?Sized { }

Types that can be copied by simply copying bits (i.e. memcpy).

Implementors