Searched defs:FakeBackend (Results 1 – 3 of 3) sorted by relevance
857 pub(super) struct FakeBackend { struct858 avail_features: u64,859 acked_features: u64,860 acked_protocol_features: VhostUserProtocolFeatures,863 impl FakeBackend { implementation875 impl VhostUserBackend for FakeBackend { implementation
4 class FakeBackend(object): class
6 class FakeBackend(object): class