Struct cubeb::ffi::cubeb_device_collection []

#[repr(C)]
pub struct cubeb_device_collection { pub device: *mut cubeb_device_info, pub count: usize, }

Fields

Trait Implementations

impl Debug for cubeb_device_collection

Formats the value using the given formatter.

impl Default for cubeb_device_collection