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