Trait DataRawCopy

Source
pub unsafe trait DataRawCopy: DataRaw + Copy { }
Available on crate feature not(safe) only.
Expand description

Comon (marker) trait for unsafe Copy data units.

§Safety

TODO

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.

Implementors§