Type Alias vmm_vhost::message::VhostUserConfigPayload
source · pub type VhostUserConfigPayload = Vec<u8>;
Expand description
Payload for the VhostUserConfig message.
Aliased Type§
struct VhostUserConfigPayload {
buf: RawVec<u8>,
len: usize,
}
Fields§
§buf: RawVec<u8>
§len: usize