Trait std::kinds::Copy[src]

pub trait Copy { }

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

Implementors