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