Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/vhost/user/device/
Dhandler.rs360 pub struct DeviceRequestHandler<T: VhostUserDevice> { struct
375 impl<T: VhostUserDevice> DeviceRequestHandler<T> { argument
396 impl<T: VhostUserDevice> AsRef<T> for DeviceRequestHandler<T> { implementation
402 impl<T: VhostUserDevice> AsMut<T> for DeviceRequestHandler<T> { implementation
408 impl<T: VhostUserDevice> vmm_vhost::Backend for DeviceRequestHandler<T> { implementation