Type Definition itron_solid_asp3::dataqueue::DataElement[][src]

pub type DataElement = usize;
This is supported on crate feature unstable only.
Expand description

The unit of data that can be sent through a dataqueue.

Rationale

Although the data element type used by the kernel API is signed, in Rust, unsigned integer types are preferred to represent raw data.