Home
last modified time | relevance | path

Searched defs:VhostUserParams (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/
H A Dmod.rs27 pub struct VhostUserParams<T: Debug> { struct
32 impl<T> FromArgValue for VhostUserParams<T> implementation