Searched defs:AudioDevDebugInfo (Results 1 – 1 of 1) sorted by relevance
336 pub struct AudioDevDebugInfo { struct354 impl From<audio_dev_debug_info> for AudioDevDebugInfo { argument376 impl fmt::Display for AudioDevDebugInfo { implementation598 pub fn new(devices: Vec<AudioDevDebugInfo>, streams: Vec<AudioStreamDebugInfo>) -> Self { in new()