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

pub trait Copy { }

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

Implementors