Module length
Available on crate feature
data-support-someip only.Expand description
SOME/IP length fields.
Structs§
- NoLength
Field - A type representing no length field.
Traits§
- Length
Field - A SOME/IP length field. Can be either
u8,u16, oru32. - Optional
Length Field - An optional SOME/IP length field. Can be either
u8,u16,u32, orNoLengthField.