Expand description
Utilities for unaligned numeric types used in VPP API messages.
Structsยง
- Unaligned
F64 - A f64 that has an alignment requirement of 1 byte, i.e. is unaligned
- Unaligned
I16 - A i16 that has an alignment requirement of 1 byte, i.e. is unaligned
- Unaligned
I32 - A i32 that has an alignment requirement of 1 byte, i.e. is unaligned
- Unaligned
I64 - A i64 that has an alignment requirement of 1 byte, i.e. is unaligned
- Unaligned
U16 - A u16 that has an alignment requirement of 1 byte, i.e. is unaligned
- Unaligned
U32 - A u32 that has an alignment requirement of 1 byte, i.e. is unaligned
- Unaligned
U64 - A u64 that has an alignment requirement of 1 byte, i.e. is unaligned