Home
last modified time | relevance | path

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

/external/crosvm/third_party/vmm_vhost/src/
Dslave_req_handler.rs540 pub struct SlaveReqHandler<S: VhostUserSlaveReqHandler, E: Endpoint<MasterReq>> { struct
551 impl<S: VhostUserSlaveReqHandler> SlaveReqHandler<S, MasterReqEndpoint> { argument
558 impl<S: VhostUserSlaveReqHandler, E: Endpoint<MasterReq>> AsRef<S> for SlaveReqHandler<S, E> { implementation
564 impl<S: VhostUserSlaveReqHandler, E: Endpoint<MasterReq>> SlaveReqHandler<S, E> { implementation
1124 impl<S: VhostUserSlaveReqHandler, E: AsRawDescriptor + Endpoint<MasterReq>> AsRawDescriptor implementation