(function() {var implementors = { "e1000":[["impl NetworkDevice for E1000Nic"]], "ixgbe":[["impl NetworkDevice for IxgbeNic"]], "virtual_nic":[["impl<S, T, U, V> NetworkDevice for VirtualNic<S, T, U, V>where\n S: RxQueueRegisters + Send + Sync + 'static,\n T: RxDescriptor + Send + Sync + 'static,\n U: TxQueueRegisters + Send + Sync + 'static,\n V: TxDescriptor + Send + Sync + 'static,"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()