trait RawTableClone {
// Required method
unsafe fn clone_from_spec(&mut self, source: &Self);
}
Expand description
Specialization of clone_from
for Copy
types
Required Methods§
unsafe fn clone_from_spec(&mut self, source: &Self)
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.