Searched defs:VioSClientSnapshot (Results 1 – 1 of 1) sorted by relevance
160 pub struct VioSClientSnapshot { struct161 config: VioSConfig,162 jacks: Vec<virtio_snd_jack_info>,163 streams: Vec<virtio_snd_pcm_info>,164 chmaps: Vec<virtio_snd_chmap_info>,165 params: HashMap<u32, virtio_snd_pcm_set_params>,568 pub fn snapshot(&self) -> VioSClientSnapshot { in snapshot()