ZL_Type

Type Alias ZL_Type 

Source
pub type ZL_Type = c_uint;
Expand description

Any Data object has necessary a Type. The least specific Type is ZL_Type_serial, which means it’s just a blob of bytes. Codecs can only accept and produce specified data Types. In contrast, Selectors & Graphs may optionally accept multiple data Types, using bitmap masking (example: ZL_Type_struct | ZL_Type_numeric).