pub unsafe trait DataMut: Data + RawDataMut { }
Expand description
Array representation trait.
For an array with writable elements that can be accessed with safe code.
Internal trait, see Data
.
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.