Expand description
SOME/IP length fields.
Modules§
- private 🔒
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.