devela::all

Trait DataRawCopy

Source
pub unsafe trait DataRawCopy: DataRaw + Copy { }
Available on crate feature unsafe_layout only.
Expand description

Comon marker trait for unsafe Copy data values.

§Safety

You have to now what you’re doing.

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§