Expand description
VPP API library
Traits, types and helpers for working with API messages and client registrations.
Structs§
- Message
- An owned VPP message buffer containing a
T. - Registration
- Registration state for the VPP side of an API client
- Registration
Scope - Scope helper used to obtain short-lived
&mut Registrationborrows.
Traits§
- Endian
Swap - Trait used by generated message types that require endian conversions.
Functions§
- registration_
scope - Execute a closure with a temporary
RegistrationScope.