pub unsafe trait ZeroableDeviceRepr: DeviceRepr { }Expand description
A DeviceRepr whose all-zero byte pattern is a valid value.
§Safety
Implementors must accept an all-zero byte pattern as a valid instance.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".