Trait CopySpec

pub(in ::clone) unsafe trait CopySpec: Clone

Private specialization trait used by CloneToUninit, as per the dev guide.

Required Methods

unsafe fn clone_one(src: &Self, dst: *mut Self)
unsafe fn clone_slice(src: &[Self], dst: *mut [Self])

Implementors