#[repr(C)]pub struct cubeb_device_collection {
pub device: *mut cubeb_device_info,
pub count: usize,
}
Fields§
§device: *mut cubeb_device_info
§count: usize
Trait Implementations§
Source§impl Debug for cubeb_device_collection
impl Debug for cubeb_device_collection
Source§impl Default for cubeb_device_collection
impl Default for cubeb_device_collection
Source§fn default() -> cubeb_device_collection
fn default() -> cubeb_device_collection
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for cubeb_device_collection
impl RefUnwindSafe for cubeb_device_collection
impl !Send for cubeb_device_collection
impl !Sync for cubeb_device_collection
impl Unpin for cubeb_device_collection
impl UnwindSafe for cubeb_device_collection
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more