Home
last modified time | relevance | path

Searched refs:VNetInternal (Results 1 – 1 of 1) sorted by relevance

/webrtc/util/src/vnet/
H A Dnet.rs39 pub(crate) struct VNetInternal { struct
45 impl VNetInternal { argument
52 impl ConnObserver for VNetInternal { implementation
114 pub(crate) vi: Arc<Mutex<VNetInternal>>,
437 vi: Arc::new(Mutex::new(VNetInternal { in new()