Trait DeviceElement
pub trait DeviceElement:
Copy
+ Debug
+ Send
+ Sync
+ 'static {
const ELEMENT_TYPE: DeviceElementType;
}Description
Rust element types admitted at the device-buffer boundary.
Required Associated Constants§
const ELEMENT_TYPE: DeviceElementType
const ELEMENT_TYPE: DeviceElementType
Corresponding Eqiora storage representation.
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.