Module length

Module length 

Source
Available on crate feature data-support-someip only.
Expand description

SOME/IP length fields.

Structs§

NoLengthField
A type representing no length field.

Traits§

LengthField
A SOME/IP length field. Can be either u8, u16, or u32.
OptionalLengthField
An optional SOME/IP length field. Can be either u8, u16, u32, or NoLengthField.