Skip to main content

Module num_unaligned

Module num_unaligned 

Source
Expand description

Utilities for unaligned numeric types used in VPP API messages.

Structsยง

UnalignedF64
A f64 that has an alignment requirement of 1 byte, i.e. is unaligned
UnalignedI16
A i16 that has an alignment requirement of 1 byte, i.e. is unaligned
UnalignedI32
A i32 that has an alignment requirement of 1 byte, i.e. is unaligned
UnalignedI64
A i64 that has an alignment requirement of 1 byte, i.e. is unaligned
UnalignedU16
A u16 that has an alignment requirement of 1 byte, i.e. is unaligned
UnalignedU32
A u32 that has an alignment requirement of 1 byte, i.e. is unaligned
UnalignedU64
A u64 that has an alignment requirement of 1 byte, i.e. is unaligned