Searched defs:VhostUserHandler (Results 1 – 1 of 1) sorted by relevance
| /external/rust/crates/vhost-user-backend/src/ |
| D | handler.rs | 77 pub struct VhostUserHandler<S, V, B: Bitmap + 'static> { struct 93 // Ensure VhostUserHandler: Clone + Send + Sync + 'static. argument 94 impl<S, V, B> VhostUserHandler<S, V, B> implementation 154 impl<S, V, B: Bitmap> VhostUserHandler<S, V, B> { impl 172 impl<S, V, B> VhostUserHandler<S, V, B> impl 221 impl<S, V, B> VhostUserSlaveReqHandlerMut for VhostUserHandler<S, V, B> implementation 607 impl<S, V, B: Bitmap> Drop for VhostUserHandler<S, V, B> { implementation
|